Html Css Color HEX #E82EAD Persian Rose

📋 copy color: '#E82EAD'

red 232 ◦ green 46 ◦ blue 173

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

Shades of Persian Rose #E82EAD

Tints of Persian Rose #E82EAD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.2%

 BLUE value IS 173 (67.97% from 255) = 38.36%

R = 51.44%
G = 10.2%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E82EAD (or 0xE82EAD) is known color: Persian Rose. HEX triplet: E8, 2E and AD. RGB value is (232,46,173). Sum of RGB (Red+Green+Blue) = 232+46+173=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 46 (18.36% from 255 or 10.20% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E82EAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82EAD is #17D152. Grayscale: #737373. Windows color (decimal): -1560915 or 11349736. OLE color: 11349736.

HSL color Cylindrical-coordinate representation of color #E82EAD: hue angle of 319.03º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82EAD is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 46 173 -
CMYK 0 0.80 0.25 0.09
HSL 319.03º 0.8% 0.55% -
HSV(B) 319.03º 0.8% 0.91% -
XYZ 41.8 22.13 41.6 -
YUV 116.09 160.12 210.67 -
System Red Green Blue C M Y K H S L
Decimal 232 46 173 0 0.80 0.25 0.09 319.03 0.8 0.55
Hex E8 2E AD 0 50 19 9 13F 50 37
Octal 350 56 255 0 120 31 11 477 120 67
Binary 11101000 101110 10101101 0 1010000 11001 1001 100111111 1010000 110111

Color Harmonies of #E82EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82EAD

Black with #E82EAD

Text Example


Text Example

White with #E82EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82EAD; }

 p { color: rgb(232,46,173); }

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

background-color css

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

 a { background-color: rgb(232,46,173); }

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

border-color css

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

 span { border-color: rgb(232,46,173); }

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