Html Css Color HEX #EF98BD Shocking

📋 copy color: '#EF98BD'

red 239 ◦ green 152 ◦ blue 189

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

Shades of Shocking #EF98BD

Tints of Shocking #EF98BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.59%

R = 41.21%
G = 26.21%
B = 32.59%

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

#EF98BD (or 0xEF98BD) is known color: Shocking. HEX triplet: EF, 98 and BD. RGB value is (239,152,189). Sum of RGB (Red+Green+Blue) = 239+152+189=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98BD is #106742. Grayscale: #B6B6B6. Windows color (decimal): -1075011 or 12425455. OLE color: 12425455.

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

Color convert

RGB 239 152 189 -
CMYK 0 0.36 0.21 0.06
HSL 334.48º 0.73% 0.77% -
HSV(B) 334.48º 0.36% 0.94% -
XYZ 56.01 44.48 53.78 -
YUV 182.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 239 152 189 0 0.36 0.21 0.06 334.48 0.73 0.77
Hex EF 98 BD 0 24 15 6 14E 49 4D
Octal 357 230 275 0 44 25 6 516 111 115
Binary 11101111 10011000 10111101 0 100100 10101 110 101001110 1001001 1001101

Color Harmonies of #EF98BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF98BD

Black with #EF98BD

Text Example


Text Example

White with #EF98BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF98BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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