Html Css Color HEX #ED889A Carissma

📋 copy color: '#ED889A'

red 237 ◦ green 136 ◦ blue 154

#ED889A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #ED889A

Tints of Carissma #ED889A

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 value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED889A (or 0xED889A) is known color: 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

RGB 237 136 154 -
CMYK 0 0.43 0.35 0.07
HSL 349.31º 0.74% 0.73% -
HSV(B) 349.31º 0.43% 0.93% -
XYZ 49.56 37.95 35.28 -
YUV 168.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 237 136 154 0 0.43 0.35 0.07 349.31 0.74 0.73
Hex ED 88 9A 0 2B 23 7 15D 4A 49
Octal 355 210 232 0 53 43 7 535 112 111
Binary 11101101 10001000 10011010 0 101011 100011 111 101011101 1001010 1001001

Color Harmonies of #ED889A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED889A

Black with #ED889A

Text Example


Text Example

White with #ED889A

Text Example


Text Example

HTML Codes & Css Web 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>