Html Css Color HEX #EF9ABB Shocking

📋 copy color: '#EF9ABB'

red 239 ◦ green 154 ◦ blue 187

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

Shades of Shocking #EF9ABB

Tints of Shocking #EF9ABB

RGB

 RED value IS 239 (93.75% from 255) = 41.21%

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

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

R = 41.21%
G = 26.55%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF9ABB (or 0xEF9ABB) is known color: Shocking. HEX triplet: EF, 9A and BB. RGB value is (239,154,187). Sum of RGB (Red+Green+Blue) = 239+154+187=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ABB is #106544. Grayscale: #B7B7B7. Windows color (decimal): -1074501 or 12294895. OLE color: 12294895.

HSL color Cylindrical-coordinate representation of color #EF9ABB: hue angle of 336.71º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF9ABB is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 154 187 -
CMYK 0 0.36 0.22 0.06
HSL 336.71º 0.73% 0.77% -
HSV(B) 336.71º 0.36% 0.94% -
XYZ 56.12 45.05 52.75 -
YUV 183.18 130.16 167.82 -
System Red Green Blue C M Y K H S L
Decimal 239 154 187 0 0.36 0.22 0.06 336.71 0.73 0.77
Hex EF 9A BB 0 24 16 6 151 49 4D
Octal 357 232 273 0 44 26 6 521 111 115
Binary 11101111 10011010 10111011 0 100100 10110 110 101010001 1001001 1001101

Color Harmonies of #EF9ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9ABB

Black with #EF9ABB

Text Example


Text Example

White with #EF9ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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