Html Css Color HEX #E5279D Persian Rose

📋 copy color: '#E5279D'

red 229 ◦ green 39 ◦ blue 157

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

Shades of Persian Rose #E5279D

Tints of Persian Rose #E5279D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.18%

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

R = 53.88%
G = 9.18%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5279D (or 0xE5279D) is known color: Persian Rose. HEX triplet: E5, 27 and 9D. RGB value is (229,39,157). Sum of RGB (Red+Green+Blue) = 229+39+157=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E5279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5279D is #1AD862. Grayscale: #6C6C6C. Windows color (decimal): -1759331 or 10299365. OLE color: 10299365.

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

Color convert

RGB 229 39 157 -
CMYK 0 0.83 0.31 0.10
HSL 322.74º 0.79% 0.53% -
HSV(B) 322.74º 0.83% 0.9% -
XYZ 39.12 20.54 33.8 -
YUV 109.26 154.95 213.41 -
System Red Green Blue C M Y K H S L
Decimal 229 39 157 0 0.83 0.31 0.10 322.74 0.79 0.53
Hex E5 27 9D 0 53 1F A 143 4F 35
Octal 345 47 235 0 123 37 12 503 117 65
Binary 11100101 100111 10011101 0 1010011 11111 1010 101000011 1001111 110101

Color Harmonies of #E5279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5279D

Black with #E5279D

Text Example


Text Example

White with #E5279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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