Html Css Color HEX #E5259E Persian Rose

📋 copy color: '#E5259E'

red 229 ◦ green 37 ◦ blue 158

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

Shades of Persian Rose #E5259E

Tints of Persian Rose #E5259E

RGB

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

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

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

R = 54.01%
G = 8.73%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5259E (or 0xE5259E) is known color: Persian Rose. HEX triplet: E5, 25 and 9E. RGB value is (229,37,158). Sum of RGB (Red+Green+Blue) = 229+37+158=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5259E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5259E is #1ADA61. Grayscale: #6B6B6B. Windows color (decimal): -1759842 or 10364389. OLE color: 10364389.

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

Color convert

RGB 229 37 158 -
CMYK 0 0.84 0.31 0.10
HSL 322.19º 0.79% 0.52% -
HSV(B) 322.19º 0.84% 0.9% -
XYZ 39.15 20.45 34.23 -
YUV 108.2 156.11 214.16 -
System Red Green Blue C M Y K H S L
Decimal 229 37 158 0 0.84 0.31 0.10 322.19 0.79 0.52
Hex E5 25 9E 0 54 1F A 142 4F 34
Octal 345 45 236 0 124 37 12 502 117 64
Binary 11100101 100101 10011110 0 1010100 11111 1010 101000010 1001111 110100

Color Harmonies of #E5259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5259E

Black with #E5259E

Text Example


Text Example

White with #E5259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5259E; }

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

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

background-color css

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

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

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

border-color css

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

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

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