Html Css Color HEX #ED4992 French Rose

📋 copy color: '#ED4992'

red 237 ◦ green 73 ◦ blue 146

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

Shades of French Rose #ED4992

Tints of French Rose #ED4992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.02%

R = 51.97%
G = 16.01%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED4992 (or 0xED4992) is known color: French Rose. HEX triplet: ED, 49 and 92. RGB value is (237,73,146). Sum of RGB (Red+Green+Blue) = 237+73+146=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4992 is #12B66D. Grayscale: #828282. Windows color (decimal): -1226350 or 9587181. OLE color: 9587181.

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

Color convert

RGB 237 73 146 -
CMYK 0 0.69 0.38 0.07
HSL 333.29º 0.82% 0.61% -
HSV(B) 333.29º 0.69% 0.93% -
XYZ 42.5 24.84 29.75 -
YUV 130.36 136.83 204.06 -
System Red Green Blue C M Y K H S L
Decimal 237 73 146 0 0.69 0.38 0.07 333.29 0.82 0.61
Hex ED 49 92 0 45 26 7 14D 52 3D
Octal 355 111 222 0 105 46 7 515 122 75
Binary 11101101 1001001 10010010 0 1000101 100110 111 101001101 1010010 111101

Color Harmonies of #ED4992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4992

Black with #ED4992

Text Example


Text Example

White with #ED4992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4992; }

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

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

background-color css

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

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

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

border-color css

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

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

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