Html Css Color HEX #E8249F Persian Rose

📋 copy color: '#E8249F'

red 232 ◦ green 36 ◦ blue 159

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

Shades of Persian Rose #E8249F

Tints of Persian Rose #E8249F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.24%

R = 54.33%
G = 8.43%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E8249F (or 0xE8249F) is known color: Persian Rose. HEX triplet: E8, 24 and 9F. RGB value is (232,36,159). Sum of RGB (Red+Green+Blue) = 232+36+159=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E8249F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8249F is #17DB60. Grayscale: #6C6C6C. Windows color (decimal): -1563489 or 10429672. OLE color: 10429672.

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

Color convert

RGB 232 36 159 -
CMYK 0 0.84 0.31 0.09
HSL 322.35º 0.81% 0.53% -
HSV(B) 322.35º 0.84% 0.91% -
XYZ 40.17 20.92 34.72 -
YUV 108.63 156.43 216 -
System Red Green Blue C M Y K H S L
Decimal 232 36 159 0 0.84 0.31 0.09 322.35 0.81 0.53
Hex E8 24 9F 0 54 1F 9 142 51 35
Octal 350 44 237 0 124 37 11 502 121 65
Binary 11101000 100100 10011111 0 1010100 11111 1001 101000010 1010001 110101

Color Harmonies of #E8249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8249F

Black with #E8249F

Text Example


Text Example

White with #E8249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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