Html Css Color HEX #EA57A1 Brilliant Rose

📋 copy color: '#EA57A1'

red 234 ◦ green 87 ◦ blue 161

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

Shades of Brilliant Rose #EA57A1

Tints of Brilliant Rose #EA57A1

RGB

 RED value IS 234 (91.8% from 255) = 48.55%

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

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

R = 48.55%
G = 18.05%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA57A1 (or 0xEA57A1) is known color: Brilliant Rose. HEX triplet: EA, 57 and A1. RGB value is (234,87,161). Sum of RGB (Red+Green+Blue) = 234+87+161=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA57A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA57A1 is #15A85E. Grayscale: #8B8B8B. Windows color (decimal): -1419359 or 10573802. OLE color: 10573802.

HSL color Cylindrical-coordinate representation of color #EA57A1: hue angle of 329.8º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA57A1 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 87 161 -
CMYK 0 0.63 0.31 0.08
HSL 329.8º 0.78% 0.63% -
HSV(B) 329.8º 0.63% 0.92% -
XYZ 43.77 26.88 36.6 -
YUV 139.39 140.2 195.48 -
System Red Green Blue C M Y K H S L
Decimal 234 87 161 0 0.63 0.31 0.08 329.8 0.78 0.63
Hex EA 57 A1 0 3F 1F 8 14A 4E 3F
Octal 352 127 241 0 77 37 10 512 116 77
Binary 11101010 1010111 10100001 0 111111 11111 1000 101001010 1001110 111111

Color Harmonies of #EA57A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA57A1

Black with #EA57A1

Text Example


Text Example

White with #EA57A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA57A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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