Html Css Color HEX #EF0283 Deep Pink

📋 copy color: '#EF0283'

red 239 ◦ green 2 ◦ blue 131

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

Shades of Deep Pink #EF0283

Tints of Deep Pink #EF0283

RGB

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

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

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

R = 64.25%
G = 0.54%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF0283 (or 0xEF0283) is known color: Deep Pink. HEX triplet: EF, 02 and 83. RGB value is (239,2,131). Sum of RGB (Red+Green+Blue) = 239+2+131=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0283 is #10FD7C. Grayscale: #575757. Windows color (decimal): -1113469 or 8585967. OLE color: 8585967.

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

Color convert

RGB 239 2 131 -
CMYK 0 0.99 0.45 0.06
HSL 327.34º 0.98% 0.47% -
HSV(B) 327.34º 0.99% 0.94% -
XYZ 39.72 20.03 23.25 -
YUV 87.57 152.52 236.01 -
System Red Green Blue C M Y K H S L
Decimal 239 2 131 0 0.99 0.45 0.06 327.34 0.98 0.47
Hex EF 2 83 0 63 2D 6 147 62 2F
Octal 357 2 203 0 143 55 6 507 142 57
Binary 11101111 10 10000011 0 1100011 101101 110 101000111 1100010 101111

Color Harmonies of #EF0283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0283

Black with #EF0283

Text Example


Text Example

White with #EF0283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0283; }

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

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

background-color css

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

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

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

border-color css

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

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

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