Html Css Color HEX #ED478F French Rose

📋 copy color: '#ED478F'

red 237 ◦ green 71 ◦ blue 143

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

Shades of French Rose #ED478F

Tints of French Rose #ED478F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.74%

 BLUE value IS 143 (56.25% from 255) = 31.71%

R = 52.55%
G = 15.74%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED478F (or 0xED478F) is known color: French Rose. HEX triplet: ED, 47 and 8F. RGB value is (237,71,143). Sum of RGB (Red+Green+Blue) = 237+71+143=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED478F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED478F is #12B870. Grayscale: #808080. Windows color (decimal): -1226865 or 9390061. OLE color: 9390061.

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

Color convert

RGB 237 71 143 -
CMYK 0 0.70 0.40 0.07
HSL 333.98º 0.82% 0.6% -
HSV(B) 333.98º 0.7% 0.93% -
XYZ 42.14 24.49 28.49 -
YUV 128.84 136 205.15 -
System Red Green Blue C M Y K H S L
Decimal 237 71 143 0 0.70 0.40 0.07 333.98 0.82 0.6
Hex ED 47 8F 0 46 28 7 14E 52 3C
Octal 355 107 217 0 106 50 7 516 122 74
Binary 11101101 1000111 10001111 0 1000110 101000 111 101001110 1010010 111100

Color Harmonies of #ED478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED478F

Black with #ED478F

Text Example


Text Example

White with #ED478F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED478F; }

 p { color: rgb(237,71,143); }

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

background-color css

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

 a { background-color: rgb(237,71,143); }

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

border-color css

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

 span { border-color: rgb(237,71,143); }

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