Html Css Color HEX #ED49AC Brilliant Rose

📋 copy color: '#ED49AC'

red 237 ◦ green 73 ◦ blue 172

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

Shades of Brilliant Rose #ED49AC

Tints of Brilliant Rose #ED49AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.15%

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

R = 49.17%
G = 15.15%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED49AC (or 0xED49AC) is known color: Brilliant Rose. HEX triplet: ED, 49 and AC. RGB value is (237,73,172). Sum of RGB (Red+Green+Blue) = 237+73+172=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED49AC is #12B653. Grayscale: #858585. Windows color (decimal): -1226324 or 11291117. OLE color: 11291117.

HSL color Cylindrical-coordinate representation of color #ED49AC: hue angle of 323.78º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED49AC is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 73 172 -
CMYK 0 0.69 0.27 0.07
HSL 323.78º 0.82% 0.61% -
HSV(B) 323.78º 0.69% 0.93% -
XYZ 44.75 25.75 41.64 -
YUV 133.32 149.83 201.95 -
System Red Green Blue C M Y K H S L
Decimal 237 73 172 0 0.69 0.27 0.07 323.78 0.82 0.61
Hex ED 49 AC 0 45 1B 7 144 52 3D
Octal 355 111 254 0 105 33 7 504 122 75
Binary 11101101 1001001 10101100 0 1000101 11011 111 101000100 1010010 111101

Color Harmonies of #ED49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED49AC

Black with #ED49AC

Text Example


Text Example

White with #ED49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED49AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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