Html Css Color HEX #EA55A7 Brilliant Rose

📋 copy color: '#EA55A7'

red 234 ◦ green 85 ◦ blue 167

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

Shades of Brilliant Rose #EA55A7

Tints of Brilliant Rose #EA55A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.36%

R = 48.15%
G = 17.49%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA55A7 (or 0xEA55A7) is known color: Brilliant Rose. HEX triplet: EA, 55 and A7. RGB value is (234,85,167). Sum of RGB (Red+Green+Blue) = 234+85+167=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA55A7 is #15AA58. Grayscale: #8A8A8A. Windows color (decimal): -1419865 or 10966506. OLE color: 10966506.

HSL color Cylindrical-coordinate representation of color #EA55A7: hue angle of 326.98º 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 #EA55A7 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 85 167 -
CMYK 0 0.64 0.29 0.08
HSL 326.98º 0.78% 0.63% -
HSV(B) 326.98º 0.64% 0.92% -
XYZ 44.16 26.78 39.4 -
YUV 138.9 143.86 195.83 -
System Red Green Blue C M Y K H S L
Decimal 234 85 167 0 0.64 0.29 0.08 326.98 0.78 0.63
Hex EA 55 A7 0 40 1D 8 147 4E 3F
Octal 352 125 247 0 100 35 10 507 116 77
Binary 11101010 1010101 10100111 0 1000000 11101 1000 101000111 1001110 111111

Color Harmonies of #EA55A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA55A7

Black with #EA55A7

Text Example


Text Example

White with #EA55A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA55A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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