Html Css Color HEX #E037B2 Persian Rose

📋 copy color: '#E037B2'

red 224 ◦ green 55 ◦ blue 178

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

Shades of Persian Rose #E037B2

Tints of Persian Rose #E037B2

RGB

 RED value IS 224 (87.89% from 255) = 49.02%

 GREEN value IS 55 (21.88% from 255) = 12.04%

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

R = 49.02%
G = 12.04%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E037B2 (or 0xE037B2) is known color: Persian Rose. HEX triplet: E0, 37 and B2. RGB value is (224,55,178). Sum of RGB (Red+Green+Blue) = 224+55+178=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 55 (21.88% from 255 or 12.04% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E037B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E037B2 is #1FC84D. Grayscale: #777777. Windows color (decimal): -2082894 or 11679712. OLE color: 11679712.

HSL color Cylindrical-coordinate representation of color #E037B2: hue angle of 316.33º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E037B2 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 55 178 -
CMYK 0 0.75 0.21 0.12
HSL 316.33º 0.73% 0.55% -
HSV(B) 316.33º 0.75% 0.88% -
XYZ 40.14 21.79 44.21 -
YUV 119.55 160.99 202.5 -
System Red Green Blue C M Y K H S L
Decimal 224 55 178 0 0.75 0.21 0.12 316.33 0.73 0.55
Hex E0 37 B2 0 4B 15 C 13C 49 37
Octal 340 67 262 0 113 25 14 474 111 67
Binary 11100000 110111 10110010 0 1001011 10101 1100 100111100 1001001 110111

Color Harmonies of #E037B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E037B2

Black with #E037B2

Text Example


Text Example

White with #E037B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E037B2; }

 p { color: rgb(224,55,178); }

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

background-color css

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

 a { background-color: rgb(224,55,178); }

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

border-color css

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

 span { border-color: rgb(224,55,178); }

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