Html Css Color HEX #EF9ABE Shocking

📋 copy color: '#EF9ABE'

red 239 ◦ green 154 ◦ blue 190

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

Shades of Shocking #EF9ABE

Tints of Shocking #EF9ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.59%

R = 40.99%
G = 26.42%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF9ABE (or 0xEF9ABE) is known color: Shocking. HEX triplet: EF, 9A and BE. RGB value is (239,154,190). Sum of RGB (Red+Green+Blue) = 239+154+190=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ABE is #106541. Grayscale: #B7B7B7. Windows color (decimal): -1074498 or 12491503. OLE color: 12491503.

HSL color Cylindrical-coordinate representation of color #EF9ABE: hue angle of 334.59º 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 #EF9ABE is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 154 190 -
CMYK 0 0.36 0.21 0.06
HSL 334.59º 0.73% 0.77% -
HSV(B) 334.59º 0.36% 0.94% -
XYZ 56.45 45.18 54.46 -
YUV 183.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 239 154 190 0 0.36 0.21 0.06 334.59 0.73 0.77
Hex EF 9A BE 0 24 15 6 14F 49 4D
Octal 357 232 276 0 44 25 6 517 111 115
Binary 11101111 10011010 10111110 0 100100 10101 110 101001111 1001001 1001101

Color Harmonies of #EF9ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9ABE

Black with #EF9ABE

Text Example


Text Example

White with #EF9ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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