Html Css Color HEX #E831A9 Persian Rose

📋 copy color: '#E831A9'

red 232 ◦ green 49 ◦ blue 169

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

Shades of Persian Rose #E831A9

Tints of Persian Rose #E831A9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.89%

 BLUE value IS 169 (66.41% from 255) = 37.56%

R = 51.56%
G = 10.89%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E831A9 (or 0xE831A9) is known color: Persian Rose. HEX triplet: E8, 31 and A9. RGB value is (232,49,169). Sum of RGB (Red+Green+Blue) = 232+49+169=450 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.56% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 232 - color contains mainly: red. Hex color #E831A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E831A9 is #17CE56. Grayscale: #757575. Windows color (decimal): -1560151 or 11088360. OLE color: 11088360.

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

Color convert

RGB 232 49 169 -
CMYK 0 0.79 0.27 0.09
HSL 320.66º 0.8% 0.55% -
HSV(B) 320.66º 0.79% 0.91% -
XYZ 41.54 22.22 39.64 -
YUV 117.4 157.13 209.74 -
System Red Green Blue C M Y K H S L
Decimal 232 49 169 0 0.79 0.27 0.09 320.66 0.8 0.55
Hex E8 31 A9 0 4F 1B 9 141 50 37
Octal 350 61 251 0 117 33 11 501 120 67
Binary 11101000 110001 10101001 0 1001111 11011 1001 101000001 1010000 110111

Color Harmonies of #E831A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E831A9

Black with #E831A9

Text Example


Text Example

White with #E831A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E831A9; }

 p { color: rgb(232,49,169); }

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

background-color css

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

 a { background-color: rgb(232,49,169); }

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

border-color css

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

 span { border-color: rgb(232,49,169); }

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