Html Css Color HEX #E532B4 Persian Rose

📋 copy color: '#E532B4'

red 229 ◦ green 50 ◦ blue 180

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

Shades of Persian Rose #E532B4

Tints of Persian Rose #E532B4

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.89%

 BLUE value IS 180 (70.7% from 255) = 39.22%

R = 49.89%
G = 10.89%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E532B4 (or 0xE532B4) is known color: Persian Rose. HEX triplet: E5, 32 and B4. RGB value is (229,50,180). Sum of RGB (Red+Green+Blue) = 229+50+180=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E532B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E532B4 is #1ACD4B. Grayscale: #767676. Windows color (decimal): -1756492 or 11809509. OLE color: 11809509.

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

Color convert

RGB 229 50 180 -
CMYK 0 0.78 0.21 0.10
HSL 316.42º 0.77% 0.55% -
HSV(B) 316.42º 0.78% 0.9% -
XYZ 41.69 22.23 45.27 -
YUV 118.34 162.8 206.93 -
System Red Green Blue C M Y K H S L
Decimal 229 50 180 0 0.78 0.21 0.10 316.42 0.77 0.55
Hex E5 32 B4 0 4E 15 A 13C 4D 37
Octal 345 62 264 0 116 25 12 474 115 67
Binary 11100101 110010 10110100 0 1001110 10101 1010 100111100 1001101 110111

Color Harmonies of #E532B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E532B4

Black with #E532B4

Text Example


Text Example

White with #E532B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E532B4; }

 p { color: rgb(229,50,180); }

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

background-color css

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

 a { background-color: rgb(229,50,180); }

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

border-color css

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

 span { border-color: rgb(229,50,180); }

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