Html Css Color HEX #EF0883 Deep Pink

📋 copy color: '#EF0883'

red 239 ◦ green 8 ◦ blue 131

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

Shades of Deep Pink #EF0883

Tints of Deep Pink #EF0883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.12%

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

R = 63.23%
G = 2.12%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF0883 (or 0xEF0883) is known color: Deep Pink. HEX triplet: EF, 08 and 83. RGB value is (239,8,131). Sum of RGB (Red+Green+Blue) = 239+8+131=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0883 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0883 is #10F77C. Grayscale: #5A5A5A. Windows color (decimal): -1111933 or 8587503. OLE color: 8587503.

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

Color convert

RGB 239 8 131 -
CMYK 0 0.97 0.45 0.06
HSL 328.05º 0.94% 0.48% -
HSV(B) 328.05º 0.97% 0.94% -
XYZ 39.78 20.16 23.27 -
YUV 91.09 150.53 233.5 -
System Red Green Blue C M Y K H S L
Decimal 239 8 131 0 0.97 0.45 0.06 328.05 0.94 0.48
Hex EF 8 83 0 61 2D 6 148 5E 30
Octal 357 10 203 0 141 55 6 510 136 60
Binary 11101111 1000 10000011 0 1100001 101101 110 101001000 1011110 110000

Color Harmonies of #EF0883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0883

Black with #EF0883

Text Example


Text Example

White with #EF0883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0883; }

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

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

background-color css

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

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

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

border-color css

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

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

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