Html Css Color HEX #EF99C0 Shocking

📋 copy color: '#EF99C0'

red 239 ◦ green 153 ◦ blue 192

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

Shades of Shocking #EF99C0

Tints of Shocking #EF99C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.88%

R = 40.92%
G = 26.2%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF99C0 (or 0xEF99C0) is known color: Shocking. HEX triplet: EF, 99 and C0. RGB value is (239,153,192). Sum of RGB (Red+Green+Blue) = 239+153+192=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99C0 is #10663F. Grayscale: #B7B7B7. Windows color (decimal): -1074752 or 12622319. OLE color: 12622319.

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

Color convert

RGB 239 153 192 -
CMYK 0 0.36 0.20 0.06
HSL 332.79º 0.73% 0.77% -
HSV(B) 332.79º 0.36% 0.94% -
XYZ 56.5 44.94 55.57 -
YUV 183.16 132.99 167.83 -
System Red Green Blue C M Y K H S L
Decimal 239 153 192 0 0.36 0.20 0.06 332.79 0.73 0.77
Hex EF 99 C0 0 24 14 6 14D 49 4D
Octal 357 231 300 0 44 24 6 515 111 115
Binary 11101111 10011001 11000000 0 100100 10100 110 101001101 1001001 1001101

Color Harmonies of #EF99C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF99C0

Black with #EF99C0

Text Example


Text Example

White with #EF99C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF99C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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