Html Css Color HEX #ED499C Brilliant Rose

📋 copy color: '#ED499C'

red 237 ◦ green 73 ◦ blue 156

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

Shades of Brilliant Rose #ED499C

Tints of Brilliant Rose #ED499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.48%

R = 50.86%
G = 15.67%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED499C (or 0xED499C) is known color: Brilliant Rose. HEX triplet: ED, 49 and 9C. RGB value is (237,73,156). Sum of RGB (Red+Green+Blue) = 237+73+156=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED499C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED499C is #12B663. Grayscale: #838383. Windows color (decimal): -1226340 or 10242541. OLE color: 10242541.

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

Color convert

RGB 237 73 156 -
CMYK 0 0.69 0.34 0.07
HSL 329.63º 0.82% 0.61% -
HSV(B) 329.63º 0.69% 0.93% -
XYZ 43.31 25.17 34.03 -
YUV 131.5 141.83 203.25 -
System Red Green Blue C M Y K H S L
Decimal 237 73 156 0 0.69 0.34 0.07 329.63 0.82 0.61
Hex ED 49 9C 0 45 22 7 14A 52 3D
Octal 355 111 234 0 105 42 7 512 122 75
Binary 11101101 1001001 10011100 0 1000101 100010 111 101001010 1010010 111101

Color Harmonies of #ED499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED499C

Black with #ED499C

Text Example


Text Example

White with #ED499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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