Html Css Color HEX #E533B4 Persian Rose

📋 copy color: '#E533B4'

red 229 ◦ green 51 ◦ blue 180

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

Shades of Persian Rose #E533B4

Tints of Persian Rose #E533B4

RGB

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

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

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

R = 49.78%
G = 11.09%
B = 39.13%

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

#E533B4 (or 0xE533B4) is known color: Persian Rose. HEX triplet: E5, 33 and B4. RGB value is (229,51,180). Sum of RGB (Red+Green+Blue) = 229+51+180=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E533B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E533B4 is #1ACC4B. Grayscale: #767676. Windows color (decimal): -1756236 or 11809765. OLE color: 11809765.

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

Color convert

RGB 229 51 180 -
CMYK 0 0.78 0.21 0.10
HSL 316.52º 0.77% 0.55% -
HSV(B) 316.52º 0.78% 0.9% -
XYZ 41.74 22.32 45.29 -
YUV 118.93 162.47 206.51 -
System Red Green Blue C M Y K H S L
Decimal 229 51 180 0 0.78 0.21 0.10 316.52 0.77 0.55
Hex E5 33 B4 0 4E 15 A 13D 4D 37
Octal 345 63 264 0 116 25 12 475 115 67
Binary 11100101 110011 10110100 0 1001110 10101 1010 100111101 1001101 110111

Color Harmonies of #E533B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E533B4

Black with #E533B4

Text Example


Text Example

White with #E533B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E533B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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