#ED7E8E

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

Shades of Carissma #ED7E8E

Tints of Carissma #ED7E8E

Color information

#ED7E8E (or 0xED7E8E) is unknown color: approx Carissma. HEX triplet: ED, 7E and 8E. RGB value is (237,126,142). Sum of RGB (Red+Green+Blue) = 237+126+142=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7E8E is #128171. Grayscale: #A1A1A1. Windows color (decimal): -1212786 or 9338605. OLE color: 9338605.

HSL color Cylindrical-coordinate representation of color #ED7E8E: hue angle of 351.35º 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 #ED7E8E is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB237126142-
CMYK00.470.400.07
HSL351.35º75.51%71.18%-
HSV(B)351.35º46.84%92.94%-
XYZ47.2734.8829.83-
YUV161.01117.27182.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.93%
GREEN value IS 126 (49.61% from 255) = 24.95%
BLUE value IS 142 (55.86% from 255) = 28.12%
R=46.93%
G=24.95%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712614200.470.400.07351.3575.5171.18
HexED7E8E02F28715f4c47
Octal355176216057507537114107
Binary11101101111111010001110010111110100011110101111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7E8E; }

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

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

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

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

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

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

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

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