Html Css Color HEX #ED5798 Brilliant Rose

📋 copy color: '#ED5798'

red 237 ◦ green 87 ◦ blue 152

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

Shades of Brilliant Rose #ED5798

Tints of Brilliant Rose #ED5798

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.28%

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

R = 49.79%
G = 18.28%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED5798 (or 0xED5798) is known color: Brilliant Rose. HEX triplet: ED, 57 and 98. RGB value is (237,87,152). Sum of RGB (Red+Green+Blue) = 237+87+152=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5798 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5798 is #12A867. Grayscale: #8B8B8B. Windows color (decimal): -1222760 or 9983981. OLE color: 9983981.

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

Color convert

RGB 237 87 152 -
CMYK 0 0.63 0.36 0.07
HSL 334º 0.81% 0.64% -
HSV(B) 334º 0.63% 0.93% -
XYZ 44 27.09 32.62 -
YUV 139.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 237 87 152 0 0.63 0.36 0.07 334 0.81 0.64
Hex ED 57 98 0 3F 24 7 14E 51 40
Octal 355 127 230 0 77 44 7 516 121 100
Binary 11101101 1010111 10011000 0 111111 100100 111 101001110 1010001 1000000

Color Harmonies of #ED5798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5798

Black with #ED5798

Text Example


Text Example

White with #ED5798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5798; }

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

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

background-color css

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

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

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

border-color css

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

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

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