Html Css Color HEX #ED55AA Brilliant Rose

📋 copy color: '#ED55AA'

red 237 ◦ green 85 ◦ blue 170

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

Shades of Brilliant Rose #ED55AA

Tints of Brilliant Rose #ED55AA

RGB

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

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

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

R = 48.17%
G = 17.28%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED55AA (or 0xED55AA) is known color: Brilliant Rose. HEX triplet: ED, 55 and AA. RGB value is (237,85,170). Sum of RGB (Red+Green+Blue) = 237+85+170=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED55AA is #12AA55. Grayscale: #8B8B8B. Windows color (decimal): -1223254 or 11163117. OLE color: 11163117.

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

Color convert

RGB 237 85 170 -
CMYK 0 0.64 0.28 0.07
HSL 326.45º 0.81% 0.63% -
HSV(B) 326.45º 0.64% 0.93% -
XYZ 45.43 27.4 40.93 -
YUV 140.14 144.86 197.09 -
System Red Green Blue C M Y K H S L
Decimal 237 85 170 0 0.64 0.28 0.07 326.45 0.81 0.63
Hex ED 55 AA 0 40 1C 7 146 51 3F
Octal 355 125 252 0 100 34 7 506 121 77
Binary 11101101 1010101 10101010 0 1000000 11100 111 101000110 1010001 111111

Color Harmonies of #ED55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED55AA

Black with #ED55AA

Text Example


Text Example

White with #ED55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED55AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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