Html Css Color HEX #E538B2 Persian Rose

📋 copy color: '#E538B2'

red 229 ◦ green 56 ◦ blue 178

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

Shades of Persian Rose #E538B2

Tints of Persian Rose #E538B2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.1%

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

R = 49.46%
G = 12.1%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E538B2 (or 0xE538B2) is known color: Persian Rose. HEX triplet: E5, 38 and B2. RGB value is (229,56,178). Sum of RGB (Red+Green+Blue) = 229+56+178=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E538B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E538B2 is #1AC74D. Grayscale: #797979. Windows color (decimal): -1754958 or 11679973. OLE color: 11679973.

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

Color convert

RGB 229 56 178 -
CMYK 0 0.76 0.22 0.10
HSL 317.69º 0.77% 0.56% -
HSV(B) 317.69º 0.76% 0.9% -
XYZ 41.76 22.7 44.3 -
YUV 121.64 159.81 204.58 -
System Red Green Blue C M Y K H S L
Decimal 229 56 178 0 0.76 0.22 0.10 317.69 0.77 0.56
Hex E5 38 B2 0 4C 16 A 13E 4D 38
Octal 345 70 262 0 114 26 12 476 115 70
Binary 11100101 111000 10110010 0 1001100 10110 1010 100111110 1001101 111000

Color Harmonies of #E538B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E538B2

Black with #E538B2

Text Example


Text Example

White with #E538B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E538B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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