Html Css Color HEX #E057A1 Brilliant Rose

📋 copy color: '#E057A1'

red 224 ◦ green 87 ◦ blue 161

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

Shades of Brilliant Rose #E057A1

Tints of Brilliant Rose #E057A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.11%

R = 47.46%
G = 18.43%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E057A1 (or 0xE057A1) is known color: Brilliant Rose. HEX triplet: E0, 57 and A1. RGB value is (224,87,161). Sum of RGB (Red+Green+Blue) = 224+87+161=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E057A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E057A1 is #1FA85E. Grayscale: #888888. Windows color (decimal): -2074719 or 10573792. OLE color: 10573792.

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

Color convert

RGB 224 87 161 -
CMYK 0 0.61 0.28 0.12
HSL 327.59º 0.69% 0.61% -
HSV(B) 327.59º 0.61% 0.88% -
XYZ 40.58 25.24 36.45 -
YUV 136.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 224 87 161 0 0.61 0.28 0.12 327.59 0.69 0.61
Hex E0 57 A1 0 3D 1C C 148 45 3D
Octal 340 127 241 0 75 34 14 510 105 75
Binary 11100000 1010111 10100001 0 111101 11100 1100 101001000 1000101 111101

Color Harmonies of #E057A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E057A1

Black with #E057A1

Text Example


Text Example

White with #E057A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E057A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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