Html Css Color HEX #E8299C Persian Rose

📋 copy color: '#E8299C'

red 232 ◦ green 41 ◦ blue 156

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

Shades of Persian Rose #E8299C

Tints of Persian Rose #E8299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.36%

R = 54.08%
G = 9.56%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E8299C (or 0xE8299C) is known color: Persian Rose. HEX triplet: E8, 29 and 9C. RGB value is (232,41,156). Sum of RGB (Red+Green+Blue) = 232+41+156=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E8299C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8299C is #17D663. Grayscale: #6E6E6E. Windows color (decimal): -1562212 or 10234344. OLE color: 10234344.

HSL color Cylindrical-coordinate representation of color #E8299C: hue angle of 323.87º 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 #E8299C is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 41 156 -
CMYK 0 0.82 0.33 0.09
HSL 323.87º 0.81% 0.54% -
HSV(B) 323.87º 0.82% 0.91% -
XYZ 40.07 21.14 33.42 -
YUV 111.22 153.28 214.15 -
System Red Green Blue C M Y K H S L
Decimal 232 41 156 0 0.82 0.33 0.09 323.87 0.81 0.54
Hex E8 29 9C 0 52 21 9 144 51 36
Octal 350 51 234 0 122 41 11 504 121 66
Binary 11101000 101001 10011100 0 1010010 100001 1001 101000100 1010001 110110

Color Harmonies of #E8299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8299C

Black with #E8299C

Text Example


Text Example

White with #E8299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8299C; }

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

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

background-color css

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

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

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

border-color css

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

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

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