Html Css Color HEX #EF98C9 Shocking

📋 copy color: '#EF98C9'

red 239 ◦ green 152 ◦ blue 201

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

Shades of Shocking #EF98C9

Tints of Shocking #EF98C9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.68%

 BLUE value IS 201 (78.91% from 255) = 33.95%

R = 40.37%
G = 25.68%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF98C9 (or 0xEF98C9) is known color: Shocking. HEX triplet: EF, 98 and C9. RGB value is (239,152,201). Sum of RGB (Red+Green+Blue) = 239+152+201=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98C9 is #106736. Grayscale: #B7B7B7. Windows color (decimal): -1074999 or 13211887. OLE color: 13211887.

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

Color convert

RGB 239 152 201 -
CMYK 0 0.36 0.16 0.06
HSL 326.21º 0.73% 0.77% -
HSV(B) 326.21º 0.36% 0.94% -
XYZ 57.37 45.02 60.93 -
YUV 183.6 137.82 167.52 -
System Red Green Blue C M Y K H S L
Decimal 239 152 201 0 0.36 0.16 0.06 326.21 0.73 0.77
Hex EF 98 C9 0 24 10 6 146 49 4D
Octal 357 230 311 0 44 20 6 506 111 115
Binary 11101111 10011000 11001001 0 100100 10000 110 101000110 1001001 1001101

Color Harmonies of #EF98C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF98C9

Black with #EF98C9

Text Example


Text Example

White with #EF98C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF98C9; }

 p { color: rgb(239,152,201); }

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

background-color css

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

 a { background-color: rgb(239,152,201); }

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

border-color css

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

 span { border-color: rgb(239,152,201); }

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