Html Css Color HEX #E826A9 Persian Rose

📋 copy color: '#E826A9'

red 232 ◦ green 38 ◦ blue 169

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

Shades of Persian Rose #E826A9

Tints of Persian Rose #E826A9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.66%

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

R = 52.85%
G = 8.66%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E826A9 (or 0xE826A9) is known color: Persian Rose. HEX triplet: E8, 26 and A9. RGB value is (232,38,169). Sum of RGB (Red+Green+Blue) = 232+38+169=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E826A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E826A9 is #17D956. Grayscale: #6E6E6E. Windows color (decimal): -1562967 or 11085544. OLE color: 11085544.

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

Color convert

RGB 232 38 169 -
CMYK 0 0.84 0.27 0.09
HSL 319.48º 0.81% 0.53% -
HSV(B) 319.48º 0.84% 0.91% -
XYZ 41.13 21.41 39.5 -
YUV 110.94 160.77 214.35 -
System Red Green Blue C M Y K H S L
Decimal 232 38 169 0 0.84 0.27 0.09 319.48 0.81 0.53
Hex E8 26 A9 0 54 1B 9 13F 51 35
Octal 350 46 251 0 124 33 11 477 121 65
Binary 11101000 100110 10101001 0 1010100 11011 1001 100111111 1010001 110101

Color Harmonies of #E826A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E826A9

Black with #E826A9

Text Example


Text Example

White with #E826A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E826A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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