Html Css Color HEX #ED538E French Rose

📋 copy color: '#ED538E'

red 237 ◦ green 83 ◦ blue 142

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

Shades of French Rose #ED538E

Tints of French Rose #ED538E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.74%

R = 51.3%
G = 17.97%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED538E (or 0xED538E) is known color: French Rose. HEX triplet: ED, 53 and 8E. RGB value is (237,83,142). Sum of RGB (Red+Green+Blue) = 237+83+142=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED538E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED538E is #12AC71. Grayscale: #878787. Windows color (decimal): -1223794 or 9327597. OLE color: 9327597.

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

Color convert

RGB 237 83 142 -
CMYK 0 0.65 0.40 0.07
HSL 337.01º 0.81% 0.63% -
HSV(B) 337.01º 0.65% 0.93% -
XYZ 42.9 26.14 28.38 -
YUV 135.77 131.52 200.2 -
System Red Green Blue C M Y K H S L
Decimal 237 83 142 0 0.65 0.40 0.07 337.01 0.81 0.63
Hex ED 53 8E 0 41 28 7 151 51 3F
Octal 355 123 216 0 101 50 7 521 121 77
Binary 11101101 1010011 10001110 0 1000001 101000 111 101010001 1010001 111111

Color Harmonies of #ED538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED538E

Black with #ED538E

Text Example


Text Example

White with #ED538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED538E; }

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

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

background-color css

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

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

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

border-color css

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

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

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