Html Css Color HEX #EA54AE Brilliant Rose

📋 copy color: '#EA54AE'

red 234 ◦ green 84 ◦ blue 174

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

Shades of Brilliant Rose #EA54AE

Tints of Brilliant Rose #EA54AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.37%

R = 47.56%
G = 17.07%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA54AE (or 0xEA54AE) is known color: Brilliant Rose. HEX triplet: EA, 54 and AE. RGB value is (234,84,174). Sum of RGB (Red+Green+Blue) = 234+84+174=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA54AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA54AE is #15AB51. Grayscale: #8A8A8A. Windows color (decimal): -1420114 or 11425002. OLE color: 11425002.

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

Color convert

RGB 234 84 174 -
CMYK 0 0.64 0.26 0.08
HSL 324º 0.78% 0.62% -
HSV(B) 324º 0.64% 0.92% -
XYZ 44.74 26.89 42.88 -
YUV 139.11 147.7 195.68 -
System Red Green Blue C M Y K H S L
Decimal 234 84 174 0 0.64 0.26 0.08 324 0.78 0.62
Hex EA 54 AE 0 40 1A 8 144 4E 3E
Octal 352 124 256 0 100 32 10 504 116 76
Binary 11101010 1010100 10101110 0 1000000 11010 1000 101000100 1001110 111110

Color Harmonies of #EA54AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA54AE

Black with #EA54AE

Text Example


Text Example

White with #EA54AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA54AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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