Html Css Color HEX #ED599D Brilliant Rose

📋 copy color: '#ED599D'

red 237 ◦ green 89 ◦ blue 157

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

Shades of Brilliant Rose #ED599D

Tints of Brilliant Rose #ED599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.43%

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

R = 49.07%
G = 18.43%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED599D (or 0xED599D) is known color: Brilliant Rose. HEX triplet: ED, 59 and 9D. RGB value is (237,89,157). Sum of RGB (Red+Green+Blue) = 237+89+157=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED599D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED599D is #12A662. Grayscale: #8C8C8C. Windows color (decimal): -1222243 or 10312173. OLE color: 10312173.

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

Color convert

RGB 237 89 157 -
CMYK 0 0.62 0.34 0.07
HSL 332.43º 0.8% 0.64% -
HSV(B) 332.43º 0.62% 0.93% -
XYZ 44.58 27.58 34.87 -
YUV 141 137.03 196.47 -
System Red Green Blue C M Y K H S L
Decimal 237 89 157 0 0.62 0.34 0.07 332.43 0.8 0.64
Hex ED 59 9D 0 3E 22 7 14C 50 40
Octal 355 131 235 0 76 42 7 514 120 100
Binary 11101101 1011001 10011101 0 111110 100010 111 101001100 1010000 1000000

Color Harmonies of #ED599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED599D

Black with #ED599D

Text Example


Text Example

White with #ED599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED599D; }

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

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

background-color css

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

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

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

border-color css

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

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

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