Html Css Color HEX #ED4683 French Rose

📋 copy color: '#ED4683'

red 237 ◦ green 70 ◦ blue 131

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

Shades of French Rose #ED4683

Tints of French Rose #ED4683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.98%

 BLUE value IS 131 (51.56% from 255) = 29.91%

R = 54.11%
G = 15.98%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED4683 (or 0xED4683) is known color: French Rose. HEX triplet: ED, 46 and 83. RGB value is (237,70,131). Sum of RGB (Red+Green+Blue) = 237+70+131=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4683 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4683 is #12B97C. Grayscale: #7E7E7E. Windows color (decimal): -1227133 or 8603373. OLE color: 8603373.

HSL color Cylindrical-coordinate representation of color #ED4683: hue angle of 338.08º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4683 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 70 131 -
CMYK 0 0.70 0.45 0.07
HSL 338.08º 0.82% 0.6% -
HSV(B) 338.08º 0.7% 0.93% -
XYZ 41.21 24.02 23.94 -
YUV 126.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 237 70 131 0 0.70 0.45 0.07 338.08 0.82 0.6
Hex ED 46 83 0 46 2D 7 152 52 3C
Octal 355 106 203 0 106 55 7 522 122 74
Binary 11101101 1000110 10000011 0 1000110 101101 111 101010010 1010010 111100

Color Harmonies of #ED4683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4683

Black with #ED4683

Text Example


Text Example

White with #ED4683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4683; }

 p { color: rgb(237,70,131); }

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

background-color css

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

 a { background-color: rgb(237,70,131); }

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

border-color css

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

 span { border-color: rgb(237,70,131); }

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