Html Css Color HEX #ED568F French Rose

📋 copy color: '#ED568F'

red 237 ◦ green 86 ◦ blue 143

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

Shades of French Rose #ED568F

Tints of French Rose #ED568F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.69%

R = 50.86%
G = 18.45%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED568F (or 0xED568F) is known color: French Rose. HEX triplet: ED, 56 and 8F. RGB value is (237,86,143). Sum of RGB (Red+Green+Blue) = 237+86+143=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED568F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED568F is #12A970. Grayscale: #898989. Windows color (decimal): -1223025 or 9393901. OLE color: 9393901.

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

Color convert

RGB 237 86 143 -
CMYK 0 0.64 0.40 0.07
HSL 337.35º 0.81% 0.63% -
HSV(B) 337.35º 0.64% 0.93% -
XYZ 43.21 26.64 28.85 -
YUV 137.65 131.03 198.87 -
System Red Green Blue C M Y K H S L
Decimal 237 86 143 0 0.64 0.40 0.07 337.35 0.81 0.63
Hex ED 56 8F 0 40 28 7 151 51 3F
Octal 355 126 217 0 100 50 7 521 121 77
Binary 11101101 1010110 10001111 0 1000000 101000 111 101010001 1010001 111111

Color Harmonies of #ED568F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED568F

Black with #ED568F

Text Example


Text Example

White with #ED568F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED568F; }

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

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

background-color css

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

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

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

border-color css

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

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

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