Html Css Color HEX #E057A0 Brilliant Rose

📋 copy color: '#E057A0'

red 224 ◦ green 87 ◦ blue 160

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

Shades of Brilliant Rose #E057A0

Tints of Brilliant Rose #E057A0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.47%

 BLUE value IS 160 (62.89% from 255) = 33.97%

R = 47.56%
G = 18.47%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E057A0 (or 0xE057A0) is known color: Brilliant Rose. HEX triplet: E0, 57 and A0. RGB value is (224,87,160). Sum of RGB (Red+Green+Blue) = 224+87+160=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E057A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E057A0 is #1FA85F. Grayscale: #888888. Windows color (decimal): -2074720 or 10508256. OLE color: 10508256.

HSL color Cylindrical-coordinate representation of color #E057A0: hue angle of 328.03º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E057A0 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 87 160 -
CMYK 0 0.61 0.29 0.12
HSL 328.03º 0.69% 0.61% -
HSV(B) 328.03º 0.61% 0.88% -
XYZ 40.49 25.2 35.99 -
YUV 136.29 141.39 190.56 -
System Red Green Blue C M Y K H S L
Decimal 224 87 160 0 0.61 0.29 0.12 328.03 0.69 0.61
Hex E0 57 A0 0 3D 1D C 148 45 3D
Octal 340 127 240 0 75 35 14 510 105 75
Binary 11100000 1010111 10100000 0 111101 11101 1100 101001000 1000101 111101

Color Harmonies of #E057A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E057A0

Black with #E057A0

Text Example


Text Example

White with #E057A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E057A0; }

 p { color: rgb(224,87,160); }

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

background-color css

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

 a { background-color: rgb(224,87,160); }

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

border-color css

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

 span { border-color: rgb(224,87,160); }

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