Html Css Color HEX #ED568D French Rose

📋 copy color: '#ED568D'

red 237 ◦ green 86 ◦ blue 141

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

Shades of French Rose #ED568D

Tints of French Rose #ED568D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 51.08%
G = 18.53%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED568D (or 0xED568D) is known color: French Rose. HEX triplet: ED, 56 and 8D. RGB value is (237,86,141). Sum of RGB (Red+Green+Blue) = 237+86+141=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED568D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED568D is #12A972. Grayscale: #898989. Windows color (decimal): -1223027 or 9262829. OLE color: 9262829.

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

Color convert

RGB 237 86 141 -
CMYK 0 0.64 0.41 0.07
HSL 338.15º 0.81% 0.63% -
HSV(B) 338.15º 0.64% 0.93% -
XYZ 43.06 26.58 28.06 -
YUV 137.42 130.03 199.03 -
System Red Green Blue C M Y K H S L
Decimal 237 86 141 0 0.64 0.41 0.07 338.15 0.81 0.63
Hex ED 56 8D 0 40 29 7 152 51 3F
Octal 355 126 215 0 100 51 7 522 121 77
Binary 11101101 1010110 10001101 0 1000000 101001 111 101010010 1010001 111111

Color Harmonies of #ED568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED568D

Black with #ED568D

Text Example


Text Example

White with #ED568D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED568D; }

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

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

background-color css

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

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

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

border-color css

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

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

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