Html Css Color HEX #EF098D Deep Pink

📋 copy color: '#EF098D'

red 239 ◦ green 9 ◦ blue 141

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

Shades of Deep Pink #EF098D

Tints of Deep Pink #EF098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.31%

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 61.44%
G = 2.31%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF098D (or 0xEF098D) is known color: Deep Pink. HEX triplet: EF, 09 and 8D. RGB value is (239,9,141). Sum of RGB (Red+Green+Blue) = 239+9+141=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF098D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF098D is #10F672. Grayscale: #5C5C5C. Windows color (decimal): -1111667 or 9243119. OLE color: 9243119.

HSL color Cylindrical-coordinate representation of color #EF098D: hue angle of 325.57º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF098D is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 9 141 -
CMYK 0 0.96 0.41 0.06
HSL 325.57º 0.93% 0.49% -
HSV(B) 325.57º 0.96% 0.94% -
XYZ 40.5 20.47 27.02 -
YUV 92.82 155.2 232.27 -
System Red Green Blue C M Y K H S L
Decimal 239 9 141 0 0.96 0.41 0.06 325.57 0.93 0.49
Hex EF 9 8D 0 60 29 6 146 5D 31
Octal 357 11 215 0 140 51 6 506 135 61
Binary 11101111 1001 10001101 0 1100000 101001 110 101000110 1011101 110001

Color Harmonies of #EF098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF098D

Black with #EF098D

Text Example


Text Example

White with #EF098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF098D; }

 p { color: rgb(239,9,141); }

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

background-color css

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

 a { background-color: rgb(239,9,141); }

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

border-color css

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

 span { border-color: rgb(239,9,141); }

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