Html Css Color HEX #E533B2 Persian Rose

📋 copy color: '#E533B2'

red 229 ◦ green 51 ◦ blue 178

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

Shades of Persian Rose #E533B2

Tints of Persian Rose #E533B2

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.14%

 BLUE value IS 178 (69.92% from 255) = 38.86%

R = 50%
G = 11.14%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E533B2 (or 0xE533B2) is known color: Persian Rose. HEX triplet: E5, 33 and B2. RGB value is (229,51,178). Sum of RGB (Red+Green+Blue) = 229+51+178=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E533B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E533B2 is #1ACC4D. Grayscale: #767676. Windows color (decimal): -1756238 or 11678693. OLE color: 11678693.

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

Color convert

RGB 229 51 178 -
CMYK 0 0.78 0.22 0.10
HSL 317.19º 0.77% 0.55% -
HSV(B) 317.19º 0.78% 0.9% -
XYZ 41.53 22.24 44.22 -
YUV 118.7 161.47 206.67 -
System Red Green Blue C M Y K H S L
Decimal 229 51 178 0 0.78 0.22 0.10 317.19 0.77 0.55
Hex E5 33 B2 0 4E 16 A 13D 4D 37
Octal 345 63 262 0 116 26 12 475 115 67
Binary 11100101 110011 10110010 0 1001110 10110 1010 100111101 1001101 110111

Color Harmonies of #E533B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E533B2

Black with #E533B2

Text Example


Text Example

White with #E533B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E533B2; }

 p { color: rgb(229,51,178); }

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

background-color css

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

 a { background-color: rgb(229,51,178); }

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

border-color css

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

 span { border-color: rgb(229,51,178); }

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