Html Css Color HEX #ED49A8 Brilliant Rose

📋 copy color: '#ED49A8'

red 237 ◦ green 73 ◦ blue 168

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

Shades of Brilliant Rose #ED49A8

Tints of Brilliant Rose #ED49A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.15%

R = 49.58%
G = 15.27%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#ED49A8 (or 0xED49A8) is known color: Brilliant Rose. HEX triplet: ED, 49 and A8. RGB value is (237,73,168). Sum of RGB (Red+Green+Blue) = 237+73+168=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED49A8 is #12B657. Grayscale: #848484. Windows color (decimal): -1226328 or 11028973. OLE color: 11028973.

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

Color convert

RGB 237 73 168 -
CMYK 0 0.69 0.29 0.07
HSL 325.24º 0.82% 0.61% -
HSV(B) 325.24º 0.69% 0.93% -
XYZ 44.38 25.6 39.65 -
YUV 132.87 147.83 202.28 -
System Red Green Blue C M Y K H S L
Decimal 237 73 168 0 0.69 0.29 0.07 325.24 0.82 0.61
Hex ED 49 A8 0 45 1D 7 145 52 3D
Octal 355 111 250 0 105 35 7 505 122 75
Binary 11101101 1001001 10101000 0 1000101 11101 111 101000101 1010010 111101

Color Harmonies of #ED49A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED49A8

Black with #ED49A8

Text Example


Text Example

White with #ED49A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED49A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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