Html Css Color HEX #EF0481 Deep Pink

📋 copy color: '#EF0481'

red 239 ◦ green 4 ◦ blue 129

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

Shades of Deep Pink #EF0481

Tints of Deep Pink #EF0481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

 BLUE value IS 129 (50.78% from 255) = 34.68%

R = 64.25%
G = 1.08%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF0481 (or 0xEF0481) is known color: Deep Pink. HEX triplet: EF, 04 and 81. RGB value is (239,4,129). Sum of RGB (Red+Green+Blue) = 239+4+129=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0481 is #10FB7E. Grayscale: #585858. Windows color (decimal): -1112959 or 8455407. OLE color: 8455407.

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

Color convert

RGB 239 4 129 -
CMYK 0 0.98 0.46 0.06
HSL 328.09º 0.97% 0.48% -
HSV(B) 328.09º 0.98% 0.94% -
XYZ 39.6 20.02 22.55 -
YUV 88.52 150.86 235.34 -
System Red Green Blue C M Y K H S L
Decimal 239 4 129 0 0.98 0.46 0.06 328.09 0.97 0.48
Hex EF 4 81 0 62 2E 6 148 61 30
Octal 357 4 201 0 142 56 6 510 141 60
Binary 11101111 100 10000001 0 1100010 101110 110 101001000 1100001 110000

Color Harmonies of #EF0481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0481

Black with #EF0481

Text Example


Text Example

White with #EF0481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0481; }

 p { color: rgb(239,4,129); }

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

background-color css

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

 a { background-color: rgb(239,4,129); }

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

border-color css

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

 span { border-color: rgb(239,4,129); }

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