Html Css Color HEX #EF98D0 Shocking

📋 copy color: '#EF98D0'

red 239 ◦ green 152 ◦ blue 208

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

Shades of Shocking #EF98D0

Tints of Shocking #EF98D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.72%

R = 39.9%
G = 25.38%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF98D0 (or 0xEF98D0) is known color: Shocking. HEX triplet: EF, 98 and D0. RGB value is (239,152,208). Sum of RGB (Red+Green+Blue) = 239+152+208=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98D0 is #10672F. Grayscale: #B8B8B8. Windows color (decimal): -1074992 or 13670639. OLE color: 13670639.

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

Color convert

RGB 239 152 208 -
CMYK 0 0.36 0.13 0.06
HSL 321.38º 0.73% 0.77% -
HSV(B) 321.38º 0.36% 0.94% -
XYZ 58.21 45.36 65.36 -
YUV 184.4 141.32 166.95 -
System Red Green Blue C M Y K H S L
Decimal 239 152 208 0 0.36 0.13 0.06 321.38 0.73 0.77
Hex EF 98 D0 0 24 D 6 141 49 4D
Octal 357 230 320 0 44 15 6 501 111 115
Binary 11101111 10011000 11010000 0 100100 1101 110 101000001 1001001 1001101

Color Harmonies of #EF98D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF98D0

Black with #EF98D0

Text Example


Text Example

White with #EF98D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF98D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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