Html Css Color HEX #ED5398 French Rose

📋 copy color: '#ED5398'

red 237 ◦ green 83 ◦ blue 152

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

Shades of French Rose #ED5398

Tints of French Rose #ED5398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.58%

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

R = 50.21%
G = 17.58%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED5398 (or 0xED5398) is known color: French Rose. HEX triplet: ED, 53 and 98. RGB value is (237,83,152). Sum of RGB (Red+Green+Blue) = 237+83+152=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5398 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5398 is #12AC67. Grayscale: #888888. Windows color (decimal): -1223784 or 9982957. OLE color: 9982957.

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

Color convert

RGB 237 83 152 -
CMYK 0 0.65 0.36 0.07
HSL 333.12º 0.81% 0.63% -
HSV(B) 333.12º 0.65% 0.93% -
XYZ 43.69 26.46 32.51 -
YUV 136.91 136.52 199.39 -
System Red Green Blue C M Y K H S L
Decimal 237 83 152 0 0.65 0.36 0.07 333.12 0.81 0.63
Hex ED 53 98 0 41 24 7 14D 51 3F
Octal 355 123 230 0 101 44 7 515 121 77
Binary 11101101 1010011 10011000 0 1000001 100100 111 101001101 1010001 111111

Color Harmonies of #ED5398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5398

Black with #ED5398

Text Example


Text Example

White with #ED5398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5398; }

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

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

background-color css

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

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

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

border-color css

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

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

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