Html Css Color HEX #E5279B Persian Rose

📋 copy color: '#E5279B'

red 229 ◦ green 39 ◦ blue 155

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

Shades of Persian Rose #E5279B

Tints of Persian Rose #E5279B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 54.14%
G = 9.22%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5279B (or 0xE5279B) is known color: Persian Rose. HEX triplet: E5, 27 and 9B. RGB value is (229,39,155). Sum of RGB (Red+Green+Blue) = 229+39+155=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E5279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5279B is #1AD864. Grayscale: #6C6C6C. Windows color (decimal): -1759333 or 10168293. OLE color: 10168293.

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

Color convert

RGB 229 39 155 -
CMYK 0 0.83 0.32 0.10
HSL 323.37º 0.79% 0.53% -
HSV(B) 323.37º 0.83% 0.9% -
XYZ 38.96 20.48 32.91 -
YUV 109.03 153.95 213.57 -
System Red Green Blue C M Y K H S L
Decimal 229 39 155 0 0.83 0.32 0.10 323.37 0.79 0.53
Hex E5 27 9B 0 53 20 A 143 4F 35
Octal 345 47 233 0 123 40 12 503 117 65
Binary 11100101 100111 10011011 0 1010011 100000 1010 101000011 1001111 110101

Color Harmonies of #E5279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5279B

Black with #E5279B

Text Example


Text Example

White with #E5279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5279B; }

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

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

background-color css

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

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

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

border-color css

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

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

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