Html Css Color HEX #E038AA Persian Rose

📋 copy color: '#E038AA'

red 224 ◦ green 56 ◦ blue 170

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

Shades of Persian Rose #E038AA

Tints of Persian Rose #E038AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.78%

R = 49.78%
G = 12.44%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E038AA (or 0xE038AA) is known color: Persian Rose. HEX triplet: E0, 38 and AA. RGB value is (224,56,170). Sum of RGB (Red+Green+Blue) = 224+56+170=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E038AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E038AA is #1FC755. Grayscale: #767676. Windows color (decimal): -2082646 or 11155680. OLE color: 11155680.

HSL color Cylindrical-coordinate representation of color #E038AA: hue angle of 319.29º 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 #E038AA is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 56 170 -
CMYK 0 0.75 0.24 0.12
HSL 319.29º 0.73% 0.55% -
HSV(B) 319.29º 0.75% 0.88% -
XYZ 39.41 21.58 40.12 -
YUV 119.23 156.66 202.73 -
System Red Green Blue C M Y K H S L
Decimal 224 56 170 0 0.75 0.24 0.12 319.29 0.73 0.55
Hex E0 38 AA 0 4B 18 C 13F 49 37
Octal 340 70 252 0 113 30 14 477 111 67
Binary 11100000 111000 10101010 0 1001011 11000 1100 100111111 1001001 110111

Color Harmonies of #E038AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E038AA

Black with #E038AA

Text Example


Text Example

White with #E038AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E038AA; }

 p { color: rgb(224,56,170); }

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

background-color css

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

 a { background-color: rgb(224,56,170); }

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

border-color css

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

 span { border-color: rgb(224,56,170); }

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