Html Css Color HEX #ED5899 Brilliant Rose

📋 copy color: '#ED5899'

red 237 ◦ green 88 ◦ blue 153

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

Shades of Brilliant Rose #ED5899

Tints of Brilliant Rose #ED5899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.01%

R = 49.58%
G = 18.41%
B = 32.01%

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

#ED5899 (or 0xED5899) is known color: Brilliant Rose. HEX triplet: ED, 58 and 99. RGB value is (237,88,153). Sum of RGB (Red+Green+Blue) = 237+88+153=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5899 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5899 is #12A766. Grayscale: #8B8B8B. Windows color (decimal): -1222503 or 10049773. OLE color: 10049773.

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

Color convert

RGB 237 88 153 -
CMYK 0 0.63 0.35 0.07
HSL 333.83º 0.81% 0.64% -
HSV(B) 333.83º 0.63% 0.93% -
XYZ 44.16 27.28 33.08 -
YUV 139.96 135.36 197.21 -
System Red Green Blue C M Y K H S L
Decimal 237 88 153 0 0.63 0.35 0.07 333.83 0.81 0.64
Hex ED 58 99 0 3F 23 7 14E 51 40
Octal 355 130 231 0 77 43 7 516 121 100
Binary 11101101 1011000 10011001 0 111111 100011 111 101001110 1010001 1000000

Color Harmonies of #ED5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5899

Black with #ED5899

Text Example


Text Example

White with #ED5899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5899; }

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

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

background-color css

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

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

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

border-color css

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

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

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