Html Css Color HEX #EF98C7 Shocking

📋 copy color: '#EF98C7'

red 239 ◦ green 152 ◦ blue 199

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

Shades of Shocking #EF98C7

Tints of Shocking #EF98C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.73%

R = 40.51%
G = 25.76%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF98C7 (or 0xEF98C7) is known color: Shocking. HEX triplet: EF, 98 and C7. RGB value is (239,152,199). Sum of RGB (Red+Green+Blue) = 239+152+199=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98C7 is #106738. Grayscale: #B7B7B7. Windows color (decimal): -1075001 or 13080815. OLE color: 13080815.

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

Color convert

RGB 239 152 199 -
CMYK 0 0.36 0.17 0.06
HSL 327.59º 0.73% 0.77% -
HSV(B) 327.59º 0.36% 0.94% -
XYZ 57.13 44.93 59.69 -
YUV 183.37 136.82 167.68 -
System Red Green Blue C M Y K H S L
Decimal 239 152 199 0 0.36 0.17 0.06 327.59 0.73 0.77
Hex EF 98 C7 0 24 11 6 148 49 4D
Octal 357 230 307 0 44 21 6 510 111 115
Binary 11101111 10011000 11000111 0 100100 10001 110 101001000 1001001 1001101

Color Harmonies of #EF98C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF98C7

Black with #EF98C7

Text Example


Text Example

White with #EF98C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF98C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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