Html Css Color HEX #EA55A3 Brilliant Rose

📋 copy color: '#EA55A3'

red 234 ◦ green 85 ◦ blue 163

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

Shades of Brilliant Rose #EA55A3

Tints of Brilliant Rose #EA55A3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.63%

 BLUE value IS 163 (64.06% from 255) = 33.82%

R = 48.55%
G = 17.63%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EA55A3 (or 0xEA55A3) is known color: Brilliant Rose. HEX triplet: EA, 55 and A3. RGB value is (234,85,163). Sum of RGB (Red+Green+Blue) = 234+85+163=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA55A3 is #15AA5C. Grayscale: #8A8A8A. Windows color (decimal): -1419869 or 10704362. OLE color: 10704362.

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

Color convert

RGB 234 85 163 -
CMYK 0 0.64 0.30 0.08
HSL 328.59º 0.78% 0.63% -
HSV(B) 328.59º 0.64% 0.92% -
XYZ 43.79 26.63 37.48 -
YUV 138.44 141.86 196.16 -
System Red Green Blue C M Y K H S L
Decimal 234 85 163 0 0.64 0.30 0.08 328.59 0.78 0.63
Hex EA 55 A3 0 40 1E 8 149 4E 3F
Octal 352 125 243 0 100 36 10 511 116 77
Binary 11101010 1010101 10100011 0 1000000 11110 1000 101001001 1001110 111111

Color Harmonies of #EA55A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA55A3

Black with #EA55A3

Text Example


Text Example

White with #EA55A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA55A3; }

 p { color: rgb(234,85,163); }

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

background-color css

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

 a { background-color: rgb(234,85,163); }

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

border-color css

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

 span { border-color: rgb(234,85,163); }

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