Html Css Color HEX #ED54AA Brilliant Rose

📋 copy color: '#ED54AA'

red 237 ◦ green 84 ◦ blue 170

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

Shades of Brilliant Rose #ED54AA

Tints of Brilliant Rose #ED54AA

RGB

 RED value IS 237 (92.97% from 255) = 48.27%

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

 BLUE value IS 170 (66.8% from 255) = 34.62%

R = 48.27%
G = 17.11%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED54AA (or 0xED54AA) is known color: Brilliant Rose. HEX triplet: ED, 54 and AA. RGB value is (237,84,170). Sum of RGB (Red+Green+Blue) = 237+84+170=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED54AA is #12AB55. Grayscale: #8B8B8B. Windows color (decimal): -1223510 or 11162861. OLE color: 11162861.

HSL color Cylindrical-coordinate representation of color #ED54AA: hue angle of 326.27º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED54AA is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 84 170 -
CMYK 0 0.65 0.28 0.07
HSL 326.27º 0.81% 0.63% -
HSV(B) 326.27º 0.65% 0.93% -
XYZ 45.35 27.25 40.9 -
YUV 139.55 145.19 197.51 -
System Red Green Blue C M Y K H S L
Decimal 237 84 170 0 0.65 0.28 0.07 326.27 0.81 0.63
Hex ED 54 AA 0 41 1C 7 146 51 3F
Octal 355 124 252 0 101 34 7 506 121 77
Binary 11101101 1010100 10101010 0 1000001 11100 111 101000110 1010001 111111

Color Harmonies of #ED54AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED54AA

Black with #ED54AA

Text Example


Text Example

White with #ED54AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED54AA; }

 p { color: rgb(237,84,170); }

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

background-color css

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

 a { background-color: rgb(237,84,170); }

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

border-color css

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

 span { border-color: rgb(237,84,170); }

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