Html Css Color HEX #E81E9D Persian Rose

📋 copy color: '#E81E9D'

red 232 ◦ green 30 ◦ blue 157

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

Shades of Persian Rose #E81E9D

Tints of Persian Rose #E81E9D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.16%

 BLUE value IS 157 (61.72% from 255) = 37.47%

R = 55.37%
G = 7.16%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E81E9D (or 0xE81E9D) is known color: Persian Rose. HEX triplet: E8, 1E and 9D. RGB value is (232,30,157). Sum of RGB (Red+Green+Blue) = 232+30+157=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E81E9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81E9D is #17E162. Grayscale: #686868. Windows color (decimal): -1565027 or 10297064. OLE color: 10297064.

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

Color convert

RGB 232 30 157 -
CMYK 0 0.87 0.32 0.09
HSL 322.28º 0.81% 0.51% -
HSV(B) 322.28º 0.87% 0.91% -
XYZ 39.83 20.52 33.76 -
YUV 104.88 157.42 218.67 -
System Red Green Blue C M Y K H S L
Decimal 232 30 157 0 0.87 0.32 0.09 322.28 0.81 0.51
Hex E8 1E 9D 0 57 20 9 142 51 33
Octal 350 36 235 0 127 40 11 502 121 63
Binary 11101000 11110 10011101 0 1010111 100000 1001 101000010 1010001 110011

Color Harmonies of #E81E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81E9D

Black with #E81E9D

Text Example


Text Example

White with #E81E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81E9D; }

 p { color: rgb(232,30,157); }

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

background-color css

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

 a { background-color: rgb(232,30,157); }

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

border-color css

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

 span { border-color: rgb(232,30,157); }

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