#ED889A

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

Shades of Carissma #ED889A

Tints of Carissma #ED889A

Color information

#ED889A (or 0xED889A) is unknown color: approx Carissma. HEX triplet: ED, 88 and 9A. RGB value is (237,136,154). Sum of RGB (Red+Green+Blue) = 237+136+154=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED889A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED889A is #127765. Grayscale: #A8A8A8. Windows color (decimal): -1210214 or 10127597. OLE color: 10127597.

HSL color Cylindrical-coordinate representation of color #ED889A: hue angle of 349.31º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED889A is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB237136154-
CMYK00.430.350.07
HSL349.31º73.72%73.14%-
HSV(B)349.31º42.62%92.94%-
XYZ49.5637.9535.28-
YUV168.25119.96177.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.97%
GREEN value IS 136 (53.52% from 255) = 25.81%
BLUE value IS 154 (60.55% from 255) = 29.22%
R=44.97%
G=25.81%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713615400.430.350.07349.3173.7273.14
HexED889A02B23715d4a49
Octal355210232053437535112111
Binary111011011000100010011010010101110001111110101110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED889A; }

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

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

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

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

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

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

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

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