Html Css Color HEX #E5299E Persian Rose

📋 copy color: '#E5299E'

red 229 ◦ green 41 ◦ blue 158

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

Shades of Persian Rose #E5299E

Tints of Persian Rose #E5299E

RGB

 RED value IS 229 (89.84% from 255) = 53.5%

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

 BLUE value IS 158 (62.11% from 255) = 36.92%

R = 53.5%
G = 9.58%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5299E (or 0xE5299E) is known color: Persian Rose. HEX triplet: E5, 29 and 9E. RGB value is (229,41,158). Sum of RGB (Red+Green+Blue) = 229+41+158=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E5299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5299E is #1AD661. Grayscale: #6E6E6E. Windows color (decimal): -1758818 or 10365413. OLE color: 10365413.

HSL color Cylindrical-coordinate representation of color #E5299E: hue angle of 322.66º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5299E is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 41 158 -
CMYK 0 0.82 0.31 0.10
HSL 322.66º 0.78% 0.53% -
HSV(B) 322.66º 0.82% 0.9% -
XYZ 39.28 20.71 34.28 -
YUV 110.55 154.78 212.49 -
System Red Green Blue C M Y K H S L
Decimal 229 41 158 0 0.82 0.31 0.10 322.66 0.78 0.53
Hex E5 29 9E 0 52 1F A 143 4E 35
Octal 345 51 236 0 122 37 12 503 116 65
Binary 11100101 101001 10011110 0 1010010 11111 1010 101000011 1001110 110101

Color Harmonies of #E5299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5299E

Black with #E5299E

Text Example


Text Example

White with #E5299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5299E; }

 p { color: rgb(229,41,158); }

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

background-color css

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

 a { background-color: rgb(229,41,158); }

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

border-color css

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

 span { border-color: rgb(229,41,158); }

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