#ED7E91

Color #ED7E91 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #ED7E91

Tints of Carissma #ED7E91

Color information

#ED7E91 (or 0xED7E91) is unknown color: approx Carissma. HEX triplet: ED, 7E and 91. RGB value is (237,126,145). Sum of RGB (Red+Green+Blue) = 237+126+145=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7E91 is #12816E. Grayscale: #A1A1A1. Windows color (decimal): -1212783 or 9535213. OLE color: 9535213.

HSL color Cylindrical-coordinate representation of color #ED7E91: hue angle of 349.73º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7E91 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB237126145-
CMYK00.470.390.07
HSL349.73º75.51%71.18%-
HSV(B)349.73º46.84%92.94%-
XYZ47.534.9731.03-
YUV161.35118.77181.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 46.65%
GREEN value IS 126 (49.61% from 255) = 24.80%
BLUE value IS 145 (57.03% from 255) = 28.54%
R=46.65%
G=24.80%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712614500.470.390.07349.7375.5171.18
HexED7E9102F27715e4c47
Octal355176221057477536114107
Binary11101101111111010010001010111110011111110101111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7E91; }

 p { color: rgb(237,126,145); }

 H1.HeaderClassName
 {
   color: #ED7E91;
 }
 .AnyTagClassName
 {
   color: #ED7E91;
 }
</style>
background-color css

<style>
 a { background-color: #ED7E91; }

 a { background-color: rgb(237,126,145); }

 div.DivClassName
 {
   background-color: #ED7E91;
 }
 .BgClassName
 {
   background-color: #ED7E91;
 }
</style>
border-color css

<style>
 span { border-color: #ED7E91; }

 span { border-color: rgb(237,126,145); }

 td.TdClassName
 {
   border-color: #ED7E91;
 }
 .TagClassName
 {
   border-color: #ED7E91;
 }
</style>