Html Css Color HEX #ED9ABB Shocking

📋 copy color: '#ED9ABB'

red 237 ◦ green 154 ◦ blue 187

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

Shades of Shocking #ED9ABB

Tints of Shocking #ED9ABB

RGB

 RED value IS 237 (92.97% from 255) = 41%

 GREEN value IS 154 (60.55% from 255) = 26.64%

 BLUE value IS 187 (73.44% from 255) = 32.35%

R = 41%
G = 26.64%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED9ABB (or 0xED9ABB) is known color: Shocking. HEX triplet: ED, 9A and BB. RGB value is (237,154,187). Sum of RGB (Red+Green+Blue) = 237+154+187=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9ABB is #126544. Grayscale: #B6B6B6. Windows color (decimal): -1205573 or 12294893. OLE color: 12294893.

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

Color convert

RGB 237 154 187 -
CMYK 0 0.35 0.21 0.07
HSL 336.14º 0.7% 0.77% -
HSV(B) 336.14º 0.35% 0.93% -
XYZ 55.45 44.7 52.72 -
YUV 182.58 130.5 166.82 -
System Red Green Blue C M Y K H S L
Decimal 237 154 187 0 0.35 0.21 0.07 336.14 0.7 0.77
Hex ED 9A BB 0 23 15 7 150 46 4D
Octal 355 232 273 0 43 25 7 520 106 115
Binary 11101101 10011010 10111011 0 100011 10101 111 101010000 1000110 1001101

Color Harmonies of #ED9ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9ABB

Black with #ED9ABB

Text Example


Text Example

White with #ED9ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9ABB; }

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

 H1.HeaderClassName
 {
   color: #ED9ABB;
 }
 .AnyTagClassName
 {
   color: #ED9ABB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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