Html Css Color HEX #ED4996 French Rose

📋 copy color: '#ED4996'

red 237 ◦ green 73 ◦ blue 150

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

Shades of French Rose #ED4996

Tints of French Rose #ED4996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.87%

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

R = 51.52%
G = 15.87%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED4996 (or 0xED4996) is known color: French Rose. HEX triplet: ED, 49 and 96. RGB value is (237,73,150). Sum of RGB (Red+Green+Blue) = 237+73+150=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4996 is #12B669. Grayscale: #828282. Windows color (decimal): -1226346 or 9849325. OLE color: 9849325.

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

Color convert

RGB 237 73 150 -
CMYK 0 0.69 0.37 0.07
HSL 331.83º 0.82% 0.61% -
HSV(B) 331.83º 0.69% 0.93% -
XYZ 42.81 24.97 31.42 -
YUV 130.81 138.83 203.74 -
System Red Green Blue C M Y K H S L
Decimal 237 73 150 0 0.69 0.37 0.07 331.83 0.82 0.61
Hex ED 49 96 0 45 25 7 14C 52 3D
Octal 355 111 226 0 105 45 7 514 122 75
Binary 11101101 1001001 10010110 0 1000101 100101 111 101001100 1010010 111101

Color Harmonies of #ED4996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4996

Black with #ED4996

Text Example


Text Example

White with #ED4996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4996; }

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

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

background-color css

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

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

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

border-color css

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

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

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