Html Css Color HEX #E8249A Persian Rose

📋 copy color: '#E8249A'

red 232 ◦ green 36 ◦ blue 154

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

Shades of Persian Rose #E8249A

Tints of Persian Rose #E8249A

RGB

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

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

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

R = 54.98%
G = 8.53%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E8249A (or 0xE8249A) is known color: Persian Rose. HEX triplet: E8, 24 and 9A. RGB value is (232,36,154). Sum of RGB (Red+Green+Blue) = 232+36+154=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E8249A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8249A is #17DB65. Grayscale: #6B6B6B. Windows color (decimal): -1563494 or 10101992. OLE color: 10101992.

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

Color convert

RGB 232 36 154 -
CMYK 0 0.84 0.34 0.09
HSL 323.88º 0.81% 0.53% -
HSV(B) 323.88º 0.84% 0.91% -
XYZ 39.74 20.75 32.48 -
YUV 108.06 153.93 216.41 -
System Red Green Blue C M Y K H S L
Decimal 232 36 154 0 0.84 0.34 0.09 323.88 0.81 0.53
Hex E8 24 9A 0 54 22 9 144 51 35
Octal 350 44 232 0 124 42 11 504 121 65
Binary 11101000 100100 10011010 0 1010100 100010 1001 101000100 1010001 110101

Color Harmonies of #E8249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8249A

Black with #E8249A

Text Example


Text Example

White with #E8249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8249A; }

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

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

background-color css

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

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

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

border-color css

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

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

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