Html Css Color HEX #ED599F Brilliant Rose

📋 copy color: '#ED599F'

red 237 ◦ green 89 ◦ blue 159

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

Shades of Brilliant Rose #ED599F

Tints of Brilliant Rose #ED599F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.78%

R = 48.87%
G = 18.35%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED599F (or 0xED599F) is known color: Brilliant Rose. HEX triplet: ED, 59 and 9F. RGB value is (237,89,159). Sum of RGB (Red+Green+Blue) = 237+89+159=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED599F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED599F is #12A660. Grayscale: #8D8D8D. Windows color (decimal): -1222241 or 10443245. OLE color: 10443245.

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

Color convert

RGB 237 89 159 -
CMYK 0 0.62 0.33 0.07
HSL 331.62º 0.8% 0.64% -
HSV(B) 331.62º 0.62% 0.93% -
XYZ 44.76 27.65 35.78 -
YUV 141.23 138.03 196.31 -
System Red Green Blue C M Y K H S L
Decimal 237 89 159 0 0.62 0.33 0.07 331.62 0.8 0.64
Hex ED 59 9F 0 3E 21 7 14C 50 40
Octal 355 131 237 0 76 41 7 514 120 100
Binary 11101101 1011001 10011111 0 111110 100001 111 101001100 1010000 1000000

Color Harmonies of #ED599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED599F

Black with #ED599F

Text Example


Text Example

White with #ED599F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED599F; }

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

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

background-color css

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

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

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

border-color css

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

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

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