Html Css Color HEX #EF98BC Shocking

📋 copy color: '#EF98BC'

red 239 ◦ green 152 ◦ blue 188

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

Shades of Shocking #EF98BC

Tints of Shocking #EF98BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.47%

R = 41.28%
G = 26.25%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF98BC (or 0xEF98BC) is known color: Shocking. HEX triplet: EF, 98 and BC. RGB value is (239,152,188). Sum of RGB (Red+Green+Blue) = 239+152+188=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98BC is #106743. Grayscale: #B6B6B6. Windows color (decimal): -1075012 or 12359919. OLE color: 12359919.

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

Color convert

RGB 239 152 188 -
CMYK 0 0.36 0.21 0.06
HSL 335.17º 0.73% 0.77% -
HSV(B) 335.17º 0.36% 0.94% -
XYZ 55.9 44.44 53.21 -
YUV 182.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 239 152 188 0 0.36 0.21 0.06 335.17 0.73 0.77
Hex EF 98 BC 0 24 15 6 14F 49 4D
Octal 357 230 274 0 44 25 6 517 111 115
Binary 11101111 10011000 10111100 0 100100 10101 110 101001111 1001001 1001101

Color Harmonies of #EF98BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF98BC

Black with #EF98BC

Text Example


Text Example

White with #EF98BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF98BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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