Html Css Color HEX #ED53AA Brilliant Rose

📋 copy color: '#ED53AA'

red 237 ◦ green 83 ◦ blue 170

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

Shades of Brilliant Rose #ED53AA

Tints of Brilliant Rose #ED53AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.94%

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

R = 48.37%
G = 16.94%
B = 34.69%

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

#ED53AA (or 0xED53AA) is known color: Brilliant Rose. HEX triplet: ED, 53 and AA. RGB value is (237,83,170). Sum of RGB (Red+Green+Blue) = 237+83+170=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED53AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED53AA is #12AC55. Grayscale: #8A8A8A. Windows color (decimal): -1223766 or 11162605. OLE color: 11162605.

HSL color Cylindrical-coordinate representation of color #ED53AA: hue angle of 326.1º 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 #ED53AA is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 83 170 -
CMYK 0 0.65 0.28 0.07
HSL 326.1º 0.81% 0.63% -
HSV(B) 326.1º 0.65% 0.93% -
XYZ 45.27 27.09 40.87 -
YUV 138.96 145.52 197.93 -
System Red Green Blue C M Y K H S L
Decimal 237 83 170 0 0.65 0.28 0.07 326.1 0.81 0.63
Hex ED 53 AA 0 41 1C 7 146 51 3F
Octal 355 123 252 0 101 34 7 506 121 77
Binary 11101101 1010011 10101010 0 1000001 11100 111 101000110 1010001 111111

Color Harmonies of #ED53AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED53AA

Black with #ED53AA

Text Example


Text Example

White with #ED53AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED53AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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