Html Css Color HEX #ED50AC Brilliant Rose

📋 copy color: '#ED50AC'

red 237 ◦ green 80 ◦ blue 172

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

Shades of Brilliant Rose #ED50AC

Tints of Brilliant Rose #ED50AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.17%

R = 48.47%
G = 16.36%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED50AC (or 0xED50AC) is known color: Brilliant Rose. HEX triplet: ED, 50 and AC. RGB value is (237,80,172). Sum of RGB (Red+Green+Blue) = 237+80+172=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED50AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED50AC is #12AF53. Grayscale: #898989. Windows color (decimal): -1224532 or 11292909. OLE color: 11292909.

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

Color convert

RGB 237 80 172 -
CMYK 0 0.66 0.27 0.07
HSL 324.84º 0.81% 0.62% -
HSV(B) 324.84º 0.66% 0.93% -
XYZ 45.24 26.72 41.8 -
YUV 137.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 237 80 172 0 0.66 0.27 0.07 324.84 0.81 0.62
Hex ED 50 AC 0 42 1B 7 145 51 3E
Octal 355 120 254 0 102 33 7 505 121 76
Binary 11101101 1010000 10101100 0 1000010 11011 111 101000101 1010001 111110

Color Harmonies of #ED50AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED50AC

Black with #ED50AC

Text Example


Text Example

White with #ED50AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED50AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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