Html Css Color HEX #ED478A French Rose

📋 copy color: '#ED478A'

red 237 ◦ green 71 ◦ blue 138

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

Shades of French Rose #ED478A

Tints of French Rose #ED478A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.94%

R = 53.14%
G = 15.92%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED478A (or 0xED478A) is known color: French Rose. HEX triplet: ED, 47 and 8A. RGB value is (237,71,138). Sum of RGB (Red+Green+Blue) = 237+71+138=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED478A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED478A is #12B875. Grayscale: #808080. Windows color (decimal): -1226870 or 9062381. OLE color: 9062381.

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

Color convert

RGB 237 71 138 -
CMYK 0 0.70 0.42 0.07
HSL 335.78º 0.82% 0.6% -
HSV(B) 335.78º 0.7% 0.93% -
XYZ 41.77 24.35 26.54 -
YUV 128.27 133.5 205.55 -
System Red Green Blue C M Y K H S L
Decimal 237 71 138 0 0.70 0.42 0.07 335.78 0.82 0.6
Hex ED 47 8A 0 46 2A 7 150 52 3C
Octal 355 107 212 0 106 52 7 520 122 74
Binary 11101101 1000111 10001010 0 1000110 101010 111 101010000 1010010 111100

Color Harmonies of #ED478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED478A

Black with #ED478A

Text Example


Text Example

White with #ED478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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