Html Css Color HEX #EA549D Brilliant Rose

📋 copy color: '#EA549D'

red 234 ◦ green 84 ◦ blue 157

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

Shades of Brilliant Rose #EA549D

Tints of Brilliant Rose #EA549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.68%

 BLUE value IS 157 (61.72% from 255) = 33.05%

R = 49.26%
G = 17.68%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA549D (or 0xEA549D) is known color: Brilliant Rose. HEX triplet: EA, 54 and 9D. RGB value is (234,84,157). Sum of RGB (Red+Green+Blue) = 234+84+157=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA549D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA549D is #15AB62. Grayscale: #898989. Windows color (decimal): -1420131 or 10310890. OLE color: 10310890.

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

Color convert

RGB 234 84 157 -
CMYK 0 0.64 0.33 0.08
HSL 330.8º 0.78% 0.62% -
HSV(B) 330.8º 0.64% 0.92% -
XYZ 43.19 26.27 34.69 -
YUV 137.17 139.2 197.06 -
System Red Green Blue C M Y K H S L
Decimal 234 84 157 0 0.64 0.33 0.08 330.8 0.78 0.62
Hex EA 54 9D 0 40 21 8 14B 4E 3E
Octal 352 124 235 0 100 41 10 513 116 76
Binary 11101010 1010100 10011101 0 1000000 100001 1000 101001011 1001110 111110

Color Harmonies of #EA549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA549D

Black with #EA549D

Text Example


Text Example

White with #EA549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA549D; }

 p { color: rgb(234,84,157); }

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

background-color css

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

 a { background-color: rgb(234,84,157); }

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

border-color css

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

 span { border-color: rgb(234,84,157); }

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