Html Css Color HEX #EF027A Deep Pink

📋 copy color: '#EF027A'

red 239 ◦ green 2 ◦ blue 122

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

Shades of Deep Pink #EF027A

Tints of Deep Pink #EF027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 65.84%
G = 0.55%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF027A (or 0xEF027A) is known color: Deep Pink. HEX triplet: EF, 02 and 7A. RGB value is (239,2,122). Sum of RGB (Red+Green+Blue) = 239+2+122=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF027A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF027A is #10FD85. Grayscale: #565656. Windows color (decimal): -1113478 or 7996143. OLE color: 7996143.

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

Color convert

RGB 239 2 122 -
CMYK 0 0.99 0.49 0.06
HSL 329.62º 0.98% 0.47% -
HSV(B) 329.62º 0.99% 0.94% -
XYZ 39.13 19.8 20.17 -
YUV 86.54 148.02 236.74 -
System Red Green Blue C M Y K H S L
Decimal 239 2 122 0 0.99 0.49 0.06 329.62 0.98 0.47
Hex EF 2 7A 0 63 31 6 14A 62 2F
Octal 357 2 172 0 143 61 6 512 142 57
Binary 11101111 10 1111010 0 1100011 110001 110 101001010 1100010 101111

Color Harmonies of #EF027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF027A

Black with #EF027A

Text Example


Text Example

White with #EF027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF027A; }

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

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

background-color css

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

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

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

border-color css

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

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

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