Html Css Color HEX #E5259A Persian Rose

📋 copy color: '#E5259A'

red 229 ◦ green 37 ◦ blue 154

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

Shades of Persian Rose #E5259A

Tints of Persian Rose #E5259A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.81%

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

R = 54.52%
G = 8.81%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E5259A (or 0xE5259A) is known color: Persian Rose. HEX triplet: E5, 25 and 9A. RGB value is (229,37,154). Sum of RGB (Red+Green+Blue) = 229+37+154=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5259A is #1ADA65. Grayscale: #6B6B6B. Windows color (decimal): -1759846 or 10102245. OLE color: 10102245.

HSL color Cylindrical-coordinate representation of color #E5259A: hue angle of 323.44º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5259A is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 37 154 -
CMYK 0 0.84 0.33 0.10
HSL 323.44º 0.79% 0.52% -
HSV(B) 323.44º 0.84% 0.9% -
XYZ 38.81 20.31 32.45 -
YUV 107.75 154.11 214.49 -
System Red Green Blue C M Y K H S L
Decimal 229 37 154 0 0.84 0.33 0.10 323.44 0.79 0.52
Hex E5 25 9A 0 54 21 A 143 4F 34
Octal 345 45 232 0 124 41 12 503 117 64
Binary 11100101 100101 10011010 0 1010100 100001 1010 101000011 1001111 110100

Color Harmonies of #E5259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5259A

Black with #E5259A

Text Example


Text Example

White with #E5259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5259A; }

 p { color: rgb(229,37,154); }

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

background-color css

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

 a { background-color: rgb(229,37,154); }

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

border-color css

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

 span { border-color: rgb(229,37,154); }

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