Html Css Color HEX #E8299A Persian Rose

📋 copy color: '#E8299A'

red 232 ◦ green 41 ◦ blue 154

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

Shades of Persian Rose #E8299A

Tints of Persian Rose #E8299A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.6%

 BLUE value IS 154 (60.55% from 255) = 36.07%

R = 54.33%
G = 9.6%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E8299A (or 0xE8299A) is known color: Persian Rose. HEX triplet: E8, 29 and 9A. RGB value is (232,41,154). Sum of RGB (Red+Green+Blue) = 232+41+154=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E8299A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8299A is #17D665. Grayscale: #6E6E6E. Windows color (decimal): -1562214 or 10103272. OLE color: 10103272.

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

Color convert

RGB 232 41 154 -
CMYK 0 0.82 0.34 0.09
HSL 324.5º 0.81% 0.54% -
HSV(B) 324.5º 0.82% 0.91% -
XYZ 39.9 21.07 32.54 -
YUV 110.99 152.28 214.31 -
System Red Green Blue C M Y K H S L
Decimal 232 41 154 0 0.82 0.34 0.09 324.5 0.81 0.54
Hex E8 29 9A 0 52 22 9 145 51 36
Octal 350 51 232 0 122 42 11 505 121 66
Binary 11101000 101001 10011010 0 1010010 100010 1001 101000101 1010001 110110

Color Harmonies of #E8299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8299A

Black with #E8299A

Text Example


Text Example

White with #E8299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8299A; }

 p { color: rgb(232,41,154); }

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

background-color css

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

 a { background-color: rgb(232,41,154); }

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

border-color css

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

 span { border-color: rgb(232,41,154); }

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