Html Css Color HEX #EF98CE Shocking

📋 copy color: '#EF98CE'

red 239 ◦ green 152 ◦ blue 206

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

Shades of Shocking #EF98CE

Tints of Shocking #EF98CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.51%

R = 40.03%
G = 25.46%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF98CE (or 0xEF98CE) is known color: Shocking. HEX triplet: EF, 98 and CE. RGB value is (239,152,206). Sum of RGB (Red+Green+Blue) = 239+152+206=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98CE is #106731. Grayscale: #B8B8B8. Windows color (decimal): -1074994 or 13539567. OLE color: 13539567.

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

Color convert

RGB 239 152 206 -
CMYK 0 0.36 0.14 0.06
HSL 322.76º 0.73% 0.77% -
HSV(B) 322.76º 0.36% 0.94% -
XYZ 57.97 45.26 64.07 -
YUV 184.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 239 152 206 0 0.36 0.14 0.06 322.76 0.73 0.77
Hex EF 98 CE 0 24 E 6 143 49 4D
Octal 357 230 316 0 44 16 6 503 111 115
Binary 11101111 10011000 11001110 0 100100 1110 110 101000011 1001001 1001101

Color Harmonies of #EF98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF98CE

Black with #EF98CE

Text Example


Text Example

White with #EF98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF98CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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