Html Css Color HEX #E84B83 Dark Pink

📋 copy color: '#E84B83'

red 232 ◦ green 75 ◦ blue 131

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

Shades of Dark Pink #E84B83

Tints of Dark Pink #E84B83

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.12%

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

R = 52.97%
G = 17.12%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E84B83 (or 0xE84B83) is known color: Dark Pink. HEX triplet: E8, 4B and 83. RGB value is (232,75,131). Sum of RGB (Red+Green+Blue) = 232+75+131=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E84B83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84B83 is #17B47C. Grayscale: #808080. Windows color (decimal): -1553533 or 8604648. OLE color: 8604648.

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

Color convert

RGB 232 75 131 -
CMYK 0 0.68 0.44 0.09
HSL 338.6º 0.77% 0.6% -
HSV(B) 338.6º 0.68% 0.91% -
XYZ 39.89 23.83 23.97 -
YUV 128.33 129.51 201.95 -
System Red Green Blue C M Y K H S L
Decimal 232 75 131 0 0.68 0.44 0.09 338.6 0.77 0.6
Hex E8 4B 83 0 44 2C 9 153 4D 3C
Octal 350 113 203 0 104 54 11 523 115 74
Binary 11101000 1001011 10000011 0 1000100 101100 1001 101010011 1001101 111100

Color Harmonies of #E84B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84B83

Black with #E84B83

Text Example


Text Example

White with #E84B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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