Html Css Color HEX #ED457F French Rose

📋 copy color: '#ED457F'

red 237 ◦ green 69 ◦ blue 127

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

Shades of French Rose #ED457F

Tints of French Rose #ED457F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.94%

 BLUE value IS 127 (50% from 255) = 29.33%

R = 54.73%
G = 15.94%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED457F (or 0xED457F) is known color: French Rose. HEX triplet: ED, 45 and 7F. RGB value is (237,69,127). Sum of RGB (Red+Green+Blue) = 237+69+127=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED457F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED457F is #12BA80. Grayscale: #7D7D7D. Windows color (decimal): -1227393 or 8340973. OLE color: 8340973.

HSL color Cylindrical-coordinate representation of color #ED457F: hue angle of 339.29º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED457F is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 69 127 -
CMYK 0 0.71 0.46 0.07
HSL 339.29º 0.82% 0.6% -
HSV(B) 339.29º 0.71% 0.93% -
XYZ 40.88 23.79 22.52 -
YUV 125.84 128.66 207.28 -
System Red Green Blue C M Y K H S L
Decimal 237 69 127 0 0.71 0.46 0.07 339.29 0.82 0.6
Hex ED 45 7F 0 47 2E 7 153 52 3C
Octal 355 105 177 0 107 56 7 523 122 74
Binary 11101101 1000101 1111111 0 1000111 101110 111 101010011 1010010 111100

Color Harmonies of #ED457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED457F

Black with #ED457F

Text Example


Text Example

White with #ED457F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED457F; }

 p { color: rgb(237,69,127); }

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

background-color css

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

 a { background-color: rgb(237,69,127); }

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

border-color css

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

 span { border-color: rgb(237,69,127); }

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