Html Css Color HEX #EF0F7A Deep Pink

📋 copy color: '#EF0F7A'

red 239 ◦ green 15 ◦ blue 122

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

Shades of Deep Pink #EF0F7A

Tints of Deep Pink #EF0F7A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.99%

 BLUE value IS 122 (48.05% from 255) = 32.45%

R = 63.56%
G = 3.99%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF0F7A (or 0xEF0F7A) is known color: Deep Pink. HEX triplet: EF, 0F and 7A. RGB value is (239,15,122). Sum of RGB (Red+Green+Blue) = 239+15+122=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0F7A is #10F085. Grayscale: #5D5D5D. Windows color (decimal): -1110150 or 7999471. OLE color: 7999471.

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

Color convert

RGB 239 15 122 -
CMYK 0 0.94 0.49 0.06
HSL 331.34º 0.88% 0.5% -
HSV(B) 331.34º 0.94% 0.94% -
XYZ 39.28 20.1 20.22 -
YUV 94.17 143.71 231.3 -
System Red Green Blue C M Y K H S L
Decimal 239 15 122 0 0.94 0.49 0.06 331.34 0.88 0.5
Hex EF F 7A 0 5E 31 6 14B 58 32
Octal 357 17 172 0 136 61 6 513 130 62
Binary 11101111 1111 1111010 0 1011110 110001 110 101001011 1011000 110010

Color Harmonies of #EF0F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0F7A

Black with #EF0F7A

Text Example


Text Example

White with #EF0F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0F7A; }

 p { color: rgb(239,15,122); }

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

background-color css

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

 a { background-color: rgb(239,15,122); }

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

border-color css

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

 span { border-color: rgb(239,15,122); }

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