Html Css Color HEX #E5279E Persian Rose

📋 copy color: '#E5279E'

red 229 ◦ green 39 ◦ blue 158

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

Shades of Persian Rose #E5279E

Tints of Persian Rose #E5279E

RGB

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

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

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

R = 53.76%
G = 9.15%
B = 37.09%

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

#E5279E (or 0xE5279E) is known color: Persian Rose. HEX triplet: E5, 27 and 9E. RGB value is (229,39,158). Sum of RGB (Red+Green+Blue) = 229+39+158=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E5279E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5279E is #1AD861. Grayscale: #6D6D6D. Windows color (decimal): -1759330 or 10364901. OLE color: 10364901.

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

Color convert

RGB 229 39 158 -
CMYK 0 0.83 0.31 0.10
HSL 322.42º 0.79% 0.53% -
HSV(B) 322.42º 0.83% 0.9% -
XYZ 39.21 20.58 34.25 -
YUV 109.38 155.45 213.32 -
System Red Green Blue C M Y K H S L
Decimal 229 39 158 0 0.83 0.31 0.10 322.42 0.79 0.53
Hex E5 27 9E 0 53 1F A 142 4F 35
Octal 345 47 236 0 123 37 12 502 117 65
Binary 11100101 100111 10011110 0 1010011 11111 1010 101000010 1001111 110101

Color Harmonies of #E5279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5279E

Black with #E5279E

Text Example


Text Example

White with #E5279E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5279E; }

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

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

background-color css

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

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

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

border-color css

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

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

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