Html Css Color HEX #EF99C4 Shocking

📋 copy color: '#EF99C4'

red 239 ◦ green 153 ◦ blue 196

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

Shades of Shocking #EF99C4

Tints of Shocking #EF99C4

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.02%

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

R = 40.65%
G = 26.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF99C4 (or 0xEF99C4) is known color: Shocking. HEX triplet: EF, 99 and C4. RGB value is (239,153,196). Sum of RGB (Red+Green+Blue) = 239+153+196=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99C4 is #10663B. Grayscale: #B7B7B7. Windows color (decimal): -1074748 or 12884463. OLE color: 12884463.

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

Color convert

RGB 239 153 196 -
CMYK 0 0.36 0.18 0.06
HSL 330º 0.73% 0.77% -
HSV(B) 330º 0.36% 0.94% -
XYZ 56.95 45.12 57.93 -
YUV 183.62 134.99 167.5 -
System Red Green Blue C M Y K H S L
Decimal 239 153 196 0 0.36 0.18 0.06 330 0.73 0.77
Hex EF 99 C4 0 24 12 6 14A 49 4D
Octal 357 231 304 0 44 22 6 512 111 115
Binary 11101111 10011001 11000100 0 100100 10010 110 101001010 1001001 1001101

Color Harmonies of #EF99C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF99C4

Black with #EF99C4

Text Example


Text Example

White with #EF99C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF99C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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