#ED8188

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

Shades of Carissma #ED8188

Tints of Carissma #ED8188

Color information

#ED8188 (or 0xED8188) is unknown color: approx Carissma. HEX triplet: ED, 81 and 88. RGB value is (237,129,136). Sum of RGB (Red+Green+Blue) = 237+129+136=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8188 is #127E77. Grayscale: #A2A2A2. Windows color (decimal): -1212024 or 8946157. OLE color: 8946157.

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

Color convert

RGB237129136-
CMYK00.460.430.07
HSL356.11º75%71.76%-
HSV(B)356.11º45.57%92.94%-
XYZ47.2235.4827.65-
YUV162.09113.28181.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.21%
GREEN value IS 129 (50.78% from 255) = 25.70%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=47.21%
G=25.70%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712913600.460.430.07356.117571.76
HexED818802E2B71644b48
Octal355201210056537544113110
Binary111011011000000110001000010111010101111110110010010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8188; }

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

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

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

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

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

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

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

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