Html Css Color HEX #E82195 Persian Rose

📋 copy color: '#E82195'

red 232 ◦ green 33 ◦ blue 149

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

Shades of Persian Rose #E82195

Tints of Persian Rose #E82195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.97%

 BLUE value IS 149 (58.59% from 255) = 35.99%

R = 56.04%
G = 7.97%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E82195 (or 0xE82195) is known color: Persian Rose. HEX triplet: E8, 21 and 95. RGB value is (232,33,149). Sum of RGB (Red+Green+Blue) = 232+33+149=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E82195 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82195 is #17DE6A. Grayscale: #696969. Windows color (decimal): -1564267 or 9773544. OLE color: 9773544.

HSL color Cylindrical-coordinate representation of color #E82195: hue angle of 325.03º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82195 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 33 149 -
CMYK 0 0.86 0.36 0.09
HSL 325.03º 0.81% 0.52% -
HSV(B) 325.03º 0.86% 0.91% -
XYZ 39.25 20.41 30.31 -
YUV 105.73 152.43 218.07 -
System Red Green Blue C M Y K H S L
Decimal 232 33 149 0 0.86 0.36 0.09 325.03 0.81 0.52
Hex E8 21 95 0 56 24 9 145 51 34
Octal 350 41 225 0 126 44 11 505 121 64
Binary 11101000 100001 10010101 0 1010110 100100 1001 101000101 1010001 110100

Color Harmonies of #E82195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82195

Black with #E82195

Text Example


Text Example

White with #E82195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82195; }

 p { color: rgb(232,33,149); }

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

background-color css

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

 a { background-color: rgb(232,33,149); }

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

border-color css

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

 span { border-color: rgb(232,33,149); }

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