Html Css Color HEX #ED5698 Brilliant Rose

📋 copy color: '#ED5698'

red 237 ◦ green 86 ◦ blue 152

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

Shades of Brilliant Rose #ED5698

Tints of Brilliant Rose #ED5698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.11%

 BLUE value IS 152 (59.77% from 255) = 32%

R = 49.89%
G = 18.11%
B = 32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED5698 (or 0xED5698) is known color: Brilliant Rose. HEX triplet: ED, 56 and 98. RGB value is (237,86,152). Sum of RGB (Red+Green+Blue) = 237+86+152=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5698 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5698 is #12A967. Grayscale: #8A8A8A. Windows color (decimal): -1223016 or 9983725. OLE color: 9983725.

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

Color convert

RGB 237 86 152 -
CMYK 0 0.64 0.36 0.07
HSL 333.77º 0.81% 0.63% -
HSV(B) 333.77º 0.64% 0.93% -
XYZ 43.92 26.93 32.59 -
YUV 138.67 135.53 198.13 -
System Red Green Blue C M Y K H S L
Decimal 237 86 152 0 0.64 0.36 0.07 333.77 0.81 0.63
Hex ED 56 98 0 40 24 7 14E 51 3F
Octal 355 126 230 0 100 44 7 516 121 77
Binary 11101101 1010110 10011000 0 1000000 100100 111 101001110 1010001 111111

Color Harmonies of #ED5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5698

Black with #ED5698

Text Example


Text Example

White with #ED5698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5698; }

 p { color: rgb(237,86,152); }

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

background-color css

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

 a { background-color: rgb(237,86,152); }

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

border-color css

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

 span { border-color: rgb(237,86,152); }

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