Html Css Color HEX #EB478D French Rose

📋 copy color: '#EB478D'

red 235 ◦ green 71 ◦ blue 141

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

Shades of French Rose #EB478D

Tints of French Rose #EB478D

RGB

 RED value IS 235 (92.19% from 255) = 52.57%

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

 BLUE value IS 141 (55.47% from 255) = 31.54%

R = 52.57%
G = 15.88%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB478D (or 0xEB478D) is known color: French Rose. HEX triplet: EB, 47 and 8D. RGB value is (235,71,141). Sum of RGB (Red+Green+Blue) = 235+71+141=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB478D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB478D is #14B872. Grayscale: #7F7F7F. Windows color (decimal): -1357939 or 9258987. OLE color: 9258987.

HSL color Cylindrical-coordinate representation of color #EB478D: hue angle of 334.39º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB478D is Cyan = 0, Magento = 0.70, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 71 141 -
CMYK 0 0.70 0.4 0.08
HSL 334.39º 0.8% 0.6% -
HSV(B) 334.39º 0.7% 0.92% -
XYZ 41.32 24.09 27.67 -
YUV 128.02 135.33 204.31 -
System Red Green Blue C M Y K H S L
Decimal 235 71 141 0 0.70 0.4 0.08 334.39 0.8 0.6
Hex EB 47 8D 0 46 28 8 14E 50 3C
Octal 353 107 215 0 106 50 10 516 120 74
Binary 11101011 1000111 10001101 0 1000110 101000 1000 101001110 1010000 111100

Color Harmonies of #EB478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB478D

Black with #EB478D

Text Example


Text Example

White with #EB478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB478D; }

 p { color: rgb(235,71,141); }

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

background-color css

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

 a { background-color: rgb(235,71,141); }

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

border-color css

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

 span { border-color: rgb(235,71,141); }

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