Html Css Color HEX #ED4995 French Rose

📋 copy color: '#ED4995'

red 237 ◦ green 73 ◦ blue 149

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

Shades of French Rose #ED4995

Tints of French Rose #ED4995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.46%

R = 51.63%
G = 15.9%
B = 32.46%

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

#ED4995 (or 0xED4995) is known color: French Rose. HEX triplet: ED, 49 and 95. RGB value is (237,73,149). Sum of RGB (Red+Green+Blue) = 237+73+149=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4995 is #12B66A. Grayscale: #828282. Windows color (decimal): -1226347 or 9783789. OLE color: 9783789.

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

Color convert

RGB 237 73 149 -
CMYK 0 0.69 0.37 0.07
HSL 332.2º 0.82% 0.61% -
HSV(B) 332.2º 0.69% 0.93% -
XYZ 42.73 24.94 31 -
YUV 130.7 138.33 203.82 -
System Red Green Blue C M Y K H S L
Decimal 237 73 149 0 0.69 0.37 0.07 332.2 0.82 0.61
Hex ED 49 95 0 45 25 7 14C 52 3D
Octal 355 111 225 0 105 45 7 514 122 75
Binary 11101101 1001001 10010101 0 1000101 100101 111 101001100 1010010 111101

Color Harmonies of #ED4995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4995

Black with #ED4995

Text Example


Text Example

White with #ED4995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4995; }

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

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

background-color css

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

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

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

border-color css

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

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

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