Html Css Color HEX #EF96BA Shocking

📋 copy color: '#EF96BA'

red 239 ◦ green 150 ◦ blue 186

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

Shades of Shocking #EF96BA

Tints of Shocking #EF96BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.35%

R = 41.57%
G = 26.09%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF96BA (or 0xEF96BA) is known color: Shocking. HEX triplet: EF, 96 and BA. RGB value is (239,150,186). Sum of RGB (Red+Green+Blue) = 239+150+186=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96BA is #106945. Grayscale: #B4B4B4. Windows color (decimal): -1075526 or 12228335. OLE color: 12228335.

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

Color convert

RGB 239 150 186 -
CMYK 0 0.37 0.22 0.06
HSL 335.73º 0.74% 0.76% -
HSV(B) 335.73º 0.37% 0.94% -
XYZ 55.37 43.71 51.97 -
YUV 180.72 130.99 169.57 -
System Red Green Blue C M Y K H S L
Decimal 239 150 186 0 0.37 0.22 0.06 335.73 0.74 0.76
Hex EF 96 BA 0 25 16 6 150 4A 4C
Octal 357 226 272 0 45 26 6 520 112 114
Binary 11101111 10010110 10111010 0 100101 10110 110 101010000 1001010 1001100

Color Harmonies of #EF96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96BA

Black with #EF96BA

Text Example


Text Example

White with #EF96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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