Html Css Color HEX #ED499E Brilliant Rose

📋 copy color: '#ED499E'

red 237 ◦ green 73 ◦ blue 158

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

Shades of Brilliant Rose #ED499E

Tints of Brilliant Rose #ED499E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.76%

R = 50.64%
G = 15.6%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED499E (or 0xED499E) is known color: Brilliant Rose. HEX triplet: ED, 49 and 9E. RGB value is (237,73,158). Sum of RGB (Red+Green+Blue) = 237+73+158=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED499E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED499E is #12B661. Grayscale: #838383. Windows color (decimal): -1226338 or 10373613. OLE color: 10373613.

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

Color convert

RGB 237 73 158 -
CMYK 0 0.69 0.33 0.07
HSL 328.9º 0.82% 0.61% -
HSV(B) 328.9º 0.69% 0.93% -
XYZ 43.48 25.24 34.93 -
YUV 131.73 142.83 203.09 -
System Red Green Blue C M Y K H S L
Decimal 237 73 158 0 0.69 0.33 0.07 328.9 0.82 0.61
Hex ED 49 9E 0 45 21 7 149 52 3D
Octal 355 111 236 0 105 41 7 511 122 75
Binary 11101101 1001001 10011110 0 1000101 100001 111 101001001 1010010 111101

Color Harmonies of #ED499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED499E

Black with #ED499E

Text Example


Text Example

White with #ED499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED499E; }

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

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

background-color css

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

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

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

border-color css

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

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

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