Html Css Color HEX #ED509E Brilliant Rose

📋 copy color: '#ED509E'

red 237 ◦ green 80 ◦ blue 158

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

Shades of Brilliant Rose #ED509E

Tints of Brilliant Rose #ED509E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.84%

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

R = 49.89%
G = 16.84%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED509E (or 0xED509E) is known color: Brilliant Rose. HEX triplet: ED, 50 and 9E. RGB value is (237,80,158). Sum of RGB (Red+Green+Blue) = 237+80+158=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED509E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED509E is #12AF61. Grayscale: #878787. Windows color (decimal): -1224546 or 10375405. OLE color: 10375405.

HSL color Cylindrical-coordinate representation of color #ED509E: hue angle of 330.19º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED509E is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 80 158 -
CMYK 0 0.66 0.33 0.07
HSL 330.19º 0.81% 0.62% -
HSV(B) 330.19º 0.66% 0.93% -
XYZ 43.97 26.21 35.09 -
YUV 135.84 140.51 200.16 -
System Red Green Blue C M Y K H S L
Decimal 237 80 158 0 0.66 0.33 0.07 330.19 0.81 0.62
Hex ED 50 9E 0 42 21 7 14A 51 3E
Octal 355 120 236 0 102 41 7 512 121 76
Binary 11101101 1010000 10011110 0 1000010 100001 111 101001010 1010001 111110

Color Harmonies of #ED509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED509E

Black with #ED509E

Text Example


Text Example

White with #ED509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED509E; }

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

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

background-color css

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

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

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

border-color css

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

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

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