Html Css Color HEX #ED4993 French Rose

📋 copy color: '#ED4993'

red 237 ◦ green 73 ◦ blue 147

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

Shades of French Rose #ED4993

Tints of French Rose #ED4993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.17%

R = 51.86%
G = 15.97%
B = 32.17%

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

#ED4993 (or 0xED4993) is known color: French Rose. HEX triplet: ED, 49 and 93. RGB value is (237,73,147). Sum of RGB (Red+Green+Blue) = 237+73+147=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4993 is #12B66C. Grayscale: #828282. Windows color (decimal): -1226349 or 9652717. OLE color: 9652717.

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

Color convert

RGB 237 73 147 -
CMYK 0 0.69 0.38 0.07
HSL 332.93º 0.82% 0.61% -
HSV(B) 332.93º 0.69% 0.93% -
XYZ 42.57 24.88 30.16 -
YUV 130.47 137.33 203.98 -
System Red Green Blue C M Y K H S L
Decimal 237 73 147 0 0.69 0.38 0.07 332.93 0.82 0.61
Hex ED 49 93 0 45 26 7 14D 52 3D
Octal 355 111 223 0 105 46 7 515 122 75
Binary 11101101 1001001 10010011 0 1000101 100110 111 101001101 1010010 111101

Color Harmonies of #ED4993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4993

Black with #ED4993

Text Example


Text Example

White with #ED4993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4993; }

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

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

background-color css

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

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

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

border-color css

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

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

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