Html Css Color HEX #E8249C Persian Rose

📋 copy color: '#E8249C'

red 232 ◦ green 36 ◦ blue 156

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

Shades of Persian Rose #E8249C

Tints of Persian Rose #E8249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.49%

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

R = 54.72%
G = 8.49%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E8249C (or 0xE8249C) is known color: Persian Rose. HEX triplet: E8, 24 and 9C. RGB value is (232,36,156). Sum of RGB (Red+Green+Blue) = 232+36+156=424 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.72% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 232 - color contains mainly: red. Hex color #E8249C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8249C is #17DB63. Grayscale: #6B6B6B. Windows color (decimal): -1563492 or 10233064. OLE color: 10233064.

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

Color convert

RGB 232 36 156 -
CMYK 0 0.84 0.33 0.09
HSL 323.27º 0.81% 0.53% -
HSV(B) 323.27º 0.84% 0.91% -
XYZ 39.91 20.82 33.37 -
YUV 108.28 154.93 216.24 -
System Red Green Blue C M Y K H S L
Decimal 232 36 156 0 0.84 0.33 0.09 323.27 0.81 0.53
Hex E8 24 9C 0 54 21 9 143 51 35
Octal 350 44 234 0 124 41 11 503 121 65
Binary 11101000 100100 10011100 0 1010100 100001 1001 101000011 1010001 110101

Color Harmonies of #E8249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8249C

Black with #E8249C

Text Example


Text Example

White with #E8249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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