Html Css Color HEX #EF96C2 Shocking

📋 copy color: '#EF96C2'

red 239 ◦ green 150 ◦ blue 194

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

Shades of Shocking #EF96C2

Tints of Shocking #EF96C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.28%

R = 40.99%
G = 25.73%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF96C2 (or 0xEF96C2) is known color: Shocking. HEX triplet: EF, 96 and C2. RGB value is (239,150,194). Sum of RGB (Red+Green+Blue) = 239+150+194=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96C2 is #10693D. Grayscale: #B5B5B5. Windows color (decimal): -1075518 or 12752623. OLE color: 12752623.

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

Color convert

RGB 239 150 194 -
CMYK 0 0.37 0.19 0.06
HSL 330.34º 0.74% 0.76% -
HSV(B) 330.34º 0.37% 0.94% -
XYZ 56.24 44.06 56.58 -
YUV 181.63 134.99 168.92 -
System Red Green Blue C M Y K H S L
Decimal 239 150 194 0 0.37 0.19 0.06 330.34 0.74 0.76
Hex EF 96 C2 0 25 13 6 14A 4A 4C
Octal 357 226 302 0 45 23 6 512 112 114
Binary 11101111 10010110 11000010 0 100101 10011 110 101001010 1001010 1001100

Color Harmonies of #EF96C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96C2

Black with #EF96C2

Text Example


Text Example

White with #EF96C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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