Html Css Color HEX #E80283 Deep Pink

📋 copy color: '#E80283'

red 232 ◦ green 2 ◦ blue 131

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

Shades of Deep Pink #E80283

Tints of Deep Pink #E80283

RGB

 RED value IS 232 (91.02% from 255) = 63.56%

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

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

R = 63.56%
G = 0.55%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E80283 (or 0xE80283) is known color: Deep Pink. HEX triplet: E8, 02 and 83. RGB value is (232,2,131). Sum of RGB (Red+Green+Blue) = 232+2+131=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E80283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80283 is #17FD7C. Grayscale: #555555. Windows color (decimal): -1572221 or 8585960. OLE color: 8585960.

HSL color Cylindrical-coordinate representation of color #E80283: hue angle of 326.35º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80283 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 2 131 -
CMYK 0 0.99 0.44 0.09
HSL 326.35º 0.98% 0.46% -
HSV(B) 326.35º 0.99% 0.91% -
XYZ 37.4 18.84 23.14 -
YUV 85.48 153.7 232.51 -
System Red Green Blue C M Y K H S L
Decimal 232 2 131 0 0.99 0.44 0.09 326.35 0.98 0.46
Hex E8 2 83 0 63 2C 9 146 62 2E
Octal 350 2 203 0 143 54 11 506 142 56
Binary 11101000 10 10000011 0 1100011 101100 1001 101000110 1100010 101110

Color Harmonies of #E80283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80283

Black with #E80283

Text Example


Text Example

White with #E80283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80283; }

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

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

background-color css

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

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

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

border-color css

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

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

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