Html Css Color HEX #EF96BE Shocking

📋 copy color: '#EF96BE'

red 239 ◦ green 150 ◦ blue 190

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

Shades of Shocking #EF96BE

Tints of Shocking #EF96BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.91%

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

R = 41.28%
G = 25.91%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF96BE (or 0xEF96BE) is known color: Shocking. HEX triplet: EF, 96 and BE. RGB value is (239,150,190). Sum of RGB (Red+Green+Blue) = 239+150+190=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96BE is #106941. Grayscale: #B5B5B5. Windows color (decimal): -1075522 or 12490479. OLE color: 12490479.

HSL color Cylindrical-coordinate representation of color #EF96BE: hue angle of 333.03º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF96BE is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 150 190 -
CMYK 0 0.37 0.21 0.06
HSL 333.03º 0.74% 0.76% -
HSV(B) 333.03º 0.37% 0.94% -
XYZ 55.8 43.88 54.24 -
YUV 181.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 239 150 190 0 0.37 0.21 0.06 333.03 0.74 0.76
Hex EF 96 BE 0 25 15 6 14D 4A 4C
Octal 357 226 276 0 45 25 6 515 112 114
Binary 11101111 10010110 10111110 0 100101 10101 110 101001101 1001010 1001100

Color Harmonies of #EF96BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96BE

Black with #EF96BE

Text Example


Text Example

White with #EF96BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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