Html Css Color HEX #ED4D8E French Rose

📋 copy color: '#ED4D8E'

red 237 ◦ green 77 ◦ blue 142

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

Shades of French Rose #ED4D8E

Tints of French Rose #ED4D8E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.89%

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

R = 51.97%
G = 16.89%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED4D8E (or 0xED4D8E) is known color: French Rose. HEX triplet: ED, 4D and 8E. RGB value is (237,77,142). Sum of RGB (Red+Green+Blue) = 237+77+142=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4D8E is #12B271. Grayscale: #848484. Windows color (decimal): -1225330 or 9326061. OLE color: 9326061.

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

Color convert

RGB 237 77 142 -
CMYK 0 0.68 0.40 0.07
HSL 335.63º 0.82% 0.62% -
HSV(B) 335.63º 0.68% 0.93% -
XYZ 42.46 25.27 28.23 -
YUV 132.25 133.51 202.71 -
System Red Green Blue C M Y K H S L
Decimal 237 77 142 0 0.68 0.40 0.07 335.63 0.82 0.62
Hex ED 4D 8E 0 44 28 7 150 52 3E
Octal 355 115 216 0 104 50 7 520 122 76
Binary 11101101 1001101 10001110 0 1000100 101000 111 101010000 1010010 111110

Color Harmonies of #ED4D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4D8E

Black with #ED4D8E

Text Example


Text Example

White with #ED4D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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