Html Css Color HEX #EF99C2 Shocking

📋 copy color: '#EF99C2'

red 239 ◦ green 153 ◦ blue 194

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

Shades of Shocking #EF99C2

Tints of Shocking #EF99C2

RGB

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

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

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

R = 40.78%
G = 26.11%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF99C2 (or 0xEF99C2) is known color: Shocking. HEX triplet: EF, 99 and C2. RGB value is (239,153,194). Sum of RGB (Red+Green+Blue) = 239+153+194=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99C2 is #10663D. Grayscale: #B7B7B7. Windows color (decimal): -1074750 or 12753391. OLE color: 12753391.

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

Color convert

RGB 239 153 194 -
CMYK 0 0.36 0.19 0.06
HSL 331.4º 0.73% 0.77% -
HSV(B) 331.4º 0.36% 0.94% -
XYZ 56.73 45.03 56.74 -
YUV 183.39 133.99 167.67 -
System Red Green Blue C M Y K H S L
Decimal 239 153 194 0 0.36 0.19 0.06 331.4 0.73 0.77
Hex EF 99 C2 0 24 13 6 14B 49 4D
Octal 357 231 302 0 44 23 6 513 111 115
Binary 11101111 10011001 11000010 0 100100 10011 110 101001011 1001001 1001101

Color Harmonies of #EF99C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF99C2

Black with #EF99C2

Text Example


Text Example

White with #EF99C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF99C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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