Html Css Color HEX #ED4688 French Rose

📋 copy color: '#ED4688'

red 237 ◦ green 70 ◦ blue 136

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

Shades of French Rose #ED4688

Tints of French Rose #ED4688

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.8%

 BLUE value IS 136 (53.52% from 255) = 30.7%

R = 53.5%
G = 15.8%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED4688 (or 0xED4688) is known color: French Rose. HEX triplet: ED, 46 and 88. RGB value is (237,70,136). Sum of RGB (Red+Green+Blue) = 237+70+136=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4688 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4688 is #12B977. Grayscale: #7F7F7F. Windows color (decimal): -1227128 or 8931053. OLE color: 8931053.

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

Color convert

RGB 237 70 136 -
CMYK 0 0.70 0.43 0.07
HSL 336.29º 0.82% 0.6% -
HSV(B) 336.29º 0.7% 0.93% -
XYZ 41.56 24.16 25.77 -
YUV 127.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 237 70 136 0 0.70 0.43 0.07 336.29 0.82 0.6
Hex ED 46 88 0 46 2B 7 150 52 3C
Octal 355 106 210 0 106 53 7 520 122 74
Binary 11101101 1000110 10001000 0 1000110 101011 111 101010000 1010010 111100

Color Harmonies of #ED4688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4688

Black with #ED4688

Text Example


Text Example

White with #ED4688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4688; }

 p { color: rgb(237,70,136); }

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

background-color css

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

 a { background-color: rgb(237,70,136); }

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

border-color css

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

 span { border-color: rgb(237,70,136); }

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