Html Css Color HEX #ED478B French Rose

📋 copy color: '#ED478B'

red 237 ◦ green 71 ◦ blue 139

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

Shades of French Rose #ED478B

Tints of French Rose #ED478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.1%

R = 53.02%
G = 15.88%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED478B (or 0xED478B) is known color: French Rose. HEX triplet: ED, 47 and 8B. RGB value is (237,71,139). Sum of RGB (Red+Green+Blue) = 237+71+139=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED478B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED478B is #12B874. Grayscale: #808080. Windows color (decimal): -1226869 or 9127917. OLE color: 9127917.

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

Color convert

RGB 237 71 139 -
CMYK 0 0.70 0.41 0.07
HSL 335.42º 0.82% 0.6% -
HSV(B) 335.42º 0.7% 0.93% -
XYZ 41.84 24.38 26.93 -
YUV 128.39 134 205.47 -
System Red Green Blue C M Y K H S L
Decimal 237 71 139 0 0.70 0.41 0.07 335.42 0.82 0.6
Hex ED 47 8B 0 46 29 7 14F 52 3C
Octal 355 107 213 0 106 51 7 517 122 74
Binary 11101101 1000111 10001011 0 1000110 101001 111 101001111 1010010 111100

Color Harmonies of #ED478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED478B

Black with #ED478B

Text Example


Text Example

White with #ED478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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