Html Css Color HEX #EF0483 Deep Pink

📋 copy color: '#EF0483'

red 239 ◦ green 4 ◦ blue 131

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

Shades of Deep Pink #EF0483

Tints of Deep Pink #EF0483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.03%

R = 63.9%
G = 1.07%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF0483 (or 0xEF0483) is known color: Deep Pink. HEX triplet: EF, 04 and 83. RGB value is (239,4,131). Sum of RGB (Red+Green+Blue) = 239+4+131=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0483 is #10FB7C. Grayscale: #585858. Windows color (decimal): -1112957 or 8586479. OLE color: 8586479.

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

Color convert

RGB 239 4 131 -
CMYK 0 0.98 0.45 0.06
HSL 327.57º 0.97% 0.48% -
HSV(B) 327.57º 0.98% 0.94% -
XYZ 39.74 20.08 23.25 -
YUV 88.74 151.86 235.17 -
System Red Green Blue C M Y K H S L
Decimal 239 4 131 0 0.98 0.45 0.06 327.57 0.97 0.48
Hex EF 4 83 0 62 2D 6 148 61 30
Octal 357 4 203 0 142 55 6 510 141 60
Binary 11101111 100 10000011 0 1100010 101101 110 101001000 1100001 110000

Color Harmonies of #EF0483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0483

Black with #EF0483

Text Example


Text Example

White with #EF0483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0483; }

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

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

background-color css

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

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

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

border-color css

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

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

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