Html Css Color HEX #ED50AA Brilliant Rose

📋 copy color: '#ED50AA'

red 237 ◦ green 80 ◦ blue 170

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

Shades of Brilliant Rose #ED50AA

Tints of Brilliant Rose #ED50AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.43%

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

R = 48.67%
G = 16.43%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED50AA (or 0xED50AA) is known color: Brilliant Rose. HEX triplet: ED, 50 and AA. RGB value is (237,80,170). Sum of RGB (Red+Green+Blue) = 237+80+170=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED50AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED50AA is #12AF55. Grayscale: #888888. Windows color (decimal): -1224534 or 11161837. OLE color: 11161837.

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

Color convert

RGB 237 80 170 -
CMYK 0 0.66 0.28 0.07
HSL 325.61º 0.81% 0.62% -
HSV(B) 325.61º 0.66% 0.93% -
XYZ 45.05 26.64 40.8 -
YUV 137.2 146.51 199.18 -
System Red Green Blue C M Y K H S L
Decimal 237 80 170 0 0.66 0.28 0.07 325.61 0.81 0.62
Hex ED 50 AA 0 42 1C 7 146 51 3E
Octal 355 120 252 0 102 34 7 506 121 76
Binary 11101101 1010000 10101010 0 1000010 11100 111 101000110 1010001 111110

Color Harmonies of #ED50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED50AA

Black with #ED50AA

Text Example


Text Example

White with #ED50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED50AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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