Html Css Color HEX #ED579B Brilliant Rose

📋 copy color: '#ED579B'

red 237 ◦ green 87 ◦ blue 155

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

Shades of Brilliant Rose #ED579B

Tints of Brilliant Rose #ED579B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.16%

 BLUE value IS 155 (60.94% from 255) = 32.36%

R = 49.48%
G = 18.16%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED579B (or 0xED579B) is known color: Brilliant Rose. HEX triplet: ED, 57 and 9B. RGB value is (237,87,155). Sum of RGB (Red+Green+Blue) = 237+87+155=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED579B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED579B is #12A864. Grayscale: #8B8B8B. Windows color (decimal): -1222757 or 10180589. OLE color: 10180589.

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

Color convert

RGB 237 87 155 -
CMYK 0 0.63 0.35 0.07
HSL 332.8º 0.81% 0.64% -
HSV(B) 332.8º 0.63% 0.93% -
XYZ 44.25 27.19 33.93 -
YUV 139.6 136.7 197.47 -
System Red Green Blue C M Y K H S L
Decimal 237 87 155 0 0.63 0.35 0.07 332.8 0.81 0.64
Hex ED 57 9B 0 3F 23 7 14D 51 40
Octal 355 127 233 0 77 43 7 515 121 100
Binary 11101101 1010111 10011011 0 111111 100011 111 101001101 1010001 1000000

Color Harmonies of #ED579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED579B

Black with #ED579B

Text Example


Text Example

White with #ED579B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED579B; }

 p { color: rgb(237,87,155); }

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

background-color css

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

 a { background-color: rgb(237,87,155); }

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

border-color css

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

 span { border-color: rgb(237,87,155); }

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