Html Css Color HEX #ED49A5 Brilliant Rose

📋 copy color: '#ED49A5'

red 237 ◦ green 73 ◦ blue 165

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

Shades of Brilliant Rose #ED49A5

Tints of Brilliant Rose #ED49A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.74%

R = 49.89%
G = 15.37%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ED49A5 (or 0xED49A5) is known color: Brilliant Rose. HEX triplet: ED, 49 and A5. RGB value is (237,73,165). Sum of RGB (Red+Green+Blue) = 237+73+165=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED49A5 is #12B65A. Grayscale: #848484. Windows color (decimal): -1226331 or 10832365. OLE color: 10832365.

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

Color convert

RGB 237 73 165 -
CMYK 0 0.69 0.30 0.07
HSL 326.34º 0.82% 0.61% -
HSV(B) 326.34º 0.69% 0.93% -
XYZ 44.1 25.49 38.19 -
YUV 132.52 146.33 202.52 -
System Red Green Blue C M Y K H S L
Decimal 237 73 165 0 0.69 0.30 0.07 326.34 0.82 0.61
Hex ED 49 A5 0 45 1E 7 146 52 3D
Octal 355 111 245 0 105 36 7 506 122 75
Binary 11101101 1001001 10100101 0 1000101 11110 111 101000110 1010010 111101

Color Harmonies of #ED49A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED49A5

Black with #ED49A5

Text Example


Text Example

White with #ED49A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED49A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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