Html Css Color HEX #E534B1 Persian Rose

📋 copy color: '#E534B1'

red 229 ◦ green 52 ◦ blue 177

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

Shades of Persian Rose #E534B1

Tints of Persian Rose #E534B1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.35%

 BLUE value IS 177 (69.53% from 255) = 38.65%

R = 50%
G = 11.35%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E534B1 (or 0xE534B1) is known color: Persian Rose. HEX triplet: E5, 34 and B1. RGB value is (229,52,177). Sum of RGB (Red+Green+Blue) = 229+52+177=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E534B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E534B1 is #1ACB4E. Grayscale: #767676. Windows color (decimal): -1755983 or 11613413. OLE color: 11613413.

HSL color Cylindrical-coordinate representation of color #E534B1: hue angle of 317.63º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E534B1 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 52 177 -
CMYK 0 0.77 0.23 0.10
HSL 317.63º 0.77% 0.55% -
HSV(B) 317.63º 0.77% 0.9% -
XYZ 41.48 22.29 43.71 -
YUV 119.17 160.64 206.34 -
System Red Green Blue C M Y K H S L
Decimal 229 52 177 0 0.77 0.23 0.10 317.63 0.77 0.55
Hex E5 34 B1 0 4D 17 A 13E 4D 37
Octal 345 64 261 0 115 27 12 476 115 67
Binary 11100101 110100 10110001 0 1001101 10111 1010 100111110 1001101 110111

Color Harmonies of #E534B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E534B1

Black with #E534B1

Text Example


Text Example

White with #E534B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E534B1; }

 p { color: rgb(229,52,177); }

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

background-color css

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

 a { background-color: rgb(229,52,177); }

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

border-color css

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

 span { border-color: rgb(229,52,177); }

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