Html Css Color HEX #ED589D Brilliant Rose

📋 copy color: '#ED589D'

red 237 ◦ green 88 ◦ blue 157

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

Shades of Brilliant Rose #ED589D

Tints of Brilliant Rose #ED589D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.26%

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

R = 49.17%
G = 18.26%
B = 32.57%

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

#ED589D (or 0xED589D) is known color: Brilliant Rose. HEX triplet: ED, 58 and 9D. RGB value is (237,88,157). Sum of RGB (Red+Green+Blue) = 237+88+157=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED589D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED589D is #12A762. Grayscale: #8C8C8C. Windows color (decimal): -1222499 or 10311917. OLE color: 10311917.

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

Color convert

RGB 237 88 157 -
CMYK 0 0.63 0.34 0.07
HSL 332.21º 0.81% 0.64% -
HSV(B) 332.21º 0.63% 0.93% -
XYZ 44.5 27.42 34.85 -
YUV 140.42 137.36 196.89 -
System Red Green Blue C M Y K H S L
Decimal 237 88 157 0 0.63 0.34 0.07 332.21 0.81 0.64
Hex ED 58 9D 0 3F 22 7 14C 51 40
Octal 355 130 235 0 77 42 7 514 121 100
Binary 11101101 1011000 10011101 0 111111 100010 111 101001100 1010001 1000000

Color Harmonies of #ED589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED589D

Black with #ED589D

Text Example


Text Example

White with #ED589D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED589D; }

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

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

background-color css

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

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

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

border-color css

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

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

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