Html Css Color HEX #EF9EC4 Shocking

📋 copy color: '#EF9EC4'

red 239 ◦ green 158 ◦ blue 196

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

Shades of Shocking #EF9EC4

Tints of Shocking #EF9EC4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.64%

 BLUE value IS 196 (76.95% from 255) = 33.05%

R = 40.3%
G = 26.64%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF9EC4 (or 0xEF9EC4) is known color: Shocking. HEX triplet: EF, 9E and C4. RGB value is (239,158,196). Sum of RGB (Red+Green+Blue) = 239+158+196=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9EC4 is #10613B. Grayscale: #BABABA. Windows color (decimal): -1073468 or 12885743. OLE color: 12885743.

HSL color Cylindrical-coordinate representation of color #EF9EC4: hue angle of 331.85º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9EC4 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 158 196 -
CMYK 0 0.34 0.18 0.06
HSL 331.85º 0.72% 0.78% -
HSV(B) 331.85º 0.34% 0.94% -
XYZ 57.79 46.79 58.21 -
YUV 186.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 239 158 196 0 0.34 0.18 0.06 331.85 0.72 0.78
Hex EF 9E C4 0 22 12 6 14C 48 4E
Octal 357 236 304 0 42 22 6 514 110 116
Binary 11101111 10011110 11000100 0 100010 10010 110 101001100 1001000 1001110

Color Harmonies of #EF9EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9EC4

Black with #EF9EC4

Text Example


Text Example

White with #EF9EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9EC4; }

 p { color: rgb(239,158,196); }

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

background-color css

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

 a { background-color: rgb(239,158,196); }

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

border-color css

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

 span { border-color: rgb(239,158,196); }

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