Html Css Color HEX #ED4F96 French Rose

📋 copy color: '#ED4F96'

red 237 ◦ green 79 ◦ blue 150

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

Shades of French Rose #ED4F96

Tints of French Rose #ED4F96

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.95%

 BLUE value IS 150 (58.98% from 255) = 32.19%

R = 50.86%
G = 16.95%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED4F96 (or 0xED4F96) is known color: French Rose. HEX triplet: ED, 4F and 96. RGB value is (237,79,150). Sum of RGB (Red+Green+Blue) = 237+79+150=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4F96 is #12B069. Grayscale: #868686. Windows color (decimal): -1224810 or 9850861. OLE color: 9850861.

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

Color convert

RGB 237 79 150 -
CMYK 0 0.67 0.37 0.07
HSL 333.04º 0.81% 0.62% -
HSV(B) 333.04º 0.67% 0.93% -
XYZ 43.23 25.8 31.56 -
YUV 134.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 237 79 150 0 0.67 0.37 0.07 333.04 0.81 0.62
Hex ED 4F 96 0 43 25 7 14D 51 3E
Octal 355 117 226 0 103 45 7 515 121 76
Binary 11101101 1001111 10010110 0 1000011 100101 111 101001101 1010001 111110

Color Harmonies of #ED4F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4F96

Black with #ED4F96

Text Example


Text Example

White with #ED4F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4F96; }

 p { color: rgb(237,79,150); }

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

background-color css

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

 a { background-color: rgb(237,79,150); }

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

border-color css

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

 span { border-color: rgb(237,79,150); }

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