Html Css Color HEX #ED499F Brilliant Rose

📋 copy color: '#ED499F'

red 237 ◦ green 73 ◦ blue 159

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

Shades of Brilliant Rose #ED499F

Tints of Brilliant Rose #ED499F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.9%

R = 50.53%
G = 15.57%
B = 33.9%

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

#ED499F (or 0xED499F) is known color: Brilliant Rose. HEX triplet: ED, 49 and 9F. RGB value is (237,73,159). Sum of RGB (Red+Green+Blue) = 237+73+159=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED499F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED499F is #12B660. Grayscale: #838383. Windows color (decimal): -1226337 or 10439149. OLE color: 10439149.

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

Color convert

RGB 237 73 159 -
CMYK 0 0.69 0.33 0.07
HSL 328.54º 0.82% 0.61% -
HSV(B) 328.54º 0.69% 0.93% -
XYZ 43.57 25.27 35.38 -
YUV 131.84 143.33 203.01 -
System Red Green Blue C M Y K H S L
Decimal 237 73 159 0 0.69 0.33 0.07 328.54 0.82 0.61
Hex ED 49 9F 0 45 21 7 149 52 3D
Octal 355 111 237 0 105 41 7 511 122 75
Binary 11101101 1001001 10011111 0 1000101 100001 111 101001001 1010010 111101

Color Harmonies of #ED499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED499F

Black with #ED499F

Text Example


Text Example

White with #ED499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED499F; }

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

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

background-color css

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

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

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

border-color css

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

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

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