Html Css Color HEX #ED579D Brilliant Rose

📋 copy color: '#ED579D'

red 237 ◦ green 87 ◦ blue 157

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

Shades of Brilliant Rose #ED579D

Tints of Brilliant Rose #ED579D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.64%

R = 49.27%
G = 18.09%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED579D (or 0xED579D) is known color: Brilliant Rose. HEX triplet: ED, 57 and 9D. RGB value is (237,87,157). Sum of RGB (Red+Green+Blue) = 237+87+157=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED579D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED579D is #12A862. Grayscale: #8B8B8B. Windows color (decimal): -1222755 or 10311661. OLE color: 10311661.

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

Color convert

RGB 237 87 157 -
CMYK 0 0.63 0.34 0.07
HSL 332º 0.81% 0.64% -
HSV(B) 332º 0.63% 0.93% -
XYZ 44.42 27.26 34.82 -
YUV 139.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 237 87 157 0 0.63 0.34 0.07 332 0.81 0.64
Hex ED 57 9D 0 3F 22 7 14C 51 40
Octal 355 127 235 0 77 42 7 514 121 100
Binary 11101101 1010111 10011101 0 111111 100010 111 101001100 1010001 1000000

Color Harmonies of #ED579D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED579D

Black with #ED579D

Text Example


Text Example

White with #ED579D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED579D; }

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

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

background-color css

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

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

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

border-color css

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

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

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