#ED818E

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

Shades of Carissma #ED818E

Tints of Carissma #ED818E

Color information

#ED818E (or 0xED818E) is unknown color: approx Carissma. HEX triplet: ED, 81 and 8E. RGB value is (237,129,142). Sum of RGB (Red+Green+Blue) = 237+129+142=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED818E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED818E is #127E71. Grayscale: #A2A2A2. Windows color (decimal): -1212018 or 9339373. OLE color: 9339373.

HSL color Cylindrical-coordinate representation of color #ED818E: hue angle of 352.78º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED818E is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB237129142-
CMYK00.460.400.07
HSL352.78º75%71.76%-
HSV(B)352.78º45.57%92.94%-
XYZ47.6635.6629.96-
YUV162.77116.28180.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.65%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=46.65%
G=25.39%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712914200.460.400.07352.787571.76
HexED818E02E2871614b48
Octal355201216056507541113110
Binary111011011000000110001110010111010100011110110000110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED818E; }

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

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

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

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

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

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

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

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