Html Css Color HEX #E5259D Persian Rose

📋 copy color: '#E5259D'

red 229 ◦ green 37 ◦ blue 157

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

Shades of Persian Rose #E5259D

Tints of Persian Rose #E5259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.12%

R = 54.14%
G = 8.75%
B = 37.12%

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

#E5259D (or 0xE5259D) is known color: Persian Rose. HEX triplet: E5, 25 and 9D. RGB value is (229,37,157). Sum of RGB (Red+Green+Blue) = 229+37+157=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E5259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5259D is #1ADA62. Grayscale: #6B6B6B. Windows color (decimal): -1759843 or 10298853. OLE color: 10298853.

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

Color convert

RGB 229 37 157 -
CMYK 0 0.84 0.31 0.10
HSL 322.5º 0.79% 0.52% -
HSV(B) 322.5º 0.84% 0.9% -
XYZ 39.06 20.42 33.78 -
YUV 108.09 155.61 214.24 -
System Red Green Blue C M Y K H S L
Decimal 229 37 157 0 0.84 0.31 0.10 322.5 0.79 0.52
Hex E5 25 9D 0 54 1F A 142 4F 34
Octal 345 45 235 0 124 37 12 502 117 64
Binary 11100101 100101 10011101 0 1010100 11111 1010 101000010 1001111 110100

Color Harmonies of #E5259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5259D

Black with #E5259D

Text Example


Text Example

White with #E5259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5259D; }

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

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

background-color css

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

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

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

border-color css

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

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

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