Html Css Color HEX #EF98C0 Shocking

📋 copy color: '#EF98C0'

red 239 ◦ green 152 ◦ blue 192

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

Shades of Shocking #EF98C0

Tints of Shocking #EF98C0

RGB

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

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

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

R = 40.99%
G = 26.07%
B = 32.93%

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

#EF98C0 (or 0xEF98C0) is known color: Shocking. HEX triplet: EF, 98 and C0. RGB value is (239,152,192). Sum of RGB (Red+Green+Blue) = 239+152+192=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98C0 is #10673F. Grayscale: #B6B6B6. Windows color (decimal): -1075008 or 12622063. OLE color: 12622063.

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

Color convert

RGB 239 152 192 -
CMYK 0 0.36 0.20 0.06
HSL 332.41º 0.73% 0.77% -
HSV(B) 332.41º 0.36% 0.94% -
XYZ 56.34 44.61 55.51 -
YUV 182.57 133.32 168.25 -
System Red Green Blue C M Y K H S L
Decimal 239 152 192 0 0.36 0.20 0.06 332.41 0.73 0.77
Hex EF 98 C0 0 24 14 6 14C 49 4D
Octal 357 230 300 0 44 24 6 514 111 115
Binary 11101111 10011000 11000000 0 100100 10100 110 101001100 1001001 1001101

Color Harmonies of #EF98C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF98C0

Black with #EF98C0

Text Example


Text Example

White with #EF98C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF98C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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