Html Css Color HEX #EB478B French Rose

📋 copy color: '#EB478B'

red 235 ◦ green 71 ◦ blue 139

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

Shades of French Rose #EB478B

Tints of French Rose #EB478B

RGB

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

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

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

R = 52.81%
G = 15.96%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB478B (or 0xEB478B) is known color: French Rose. HEX triplet: EB, 47 and 8B. RGB value is (235,71,139). Sum of RGB (Red+Green+Blue) = 235+71+139=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB478B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB478B is #14B874. Grayscale: #7F7F7F. Windows color (decimal): -1357941 or 9127915. OLE color: 9127915.

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

Color convert

RGB 235 71 139 -
CMYK 0 0.70 0.41 0.08
HSL 335.12º 0.8% 0.6% -
HSV(B) 335.12º 0.7% 0.92% -
XYZ 41.17 24.03 26.89 -
YUV 127.79 134.33 204.47 -
System Red Green Blue C M Y K H S L
Decimal 235 71 139 0 0.70 0.41 0.08 335.12 0.8 0.6
Hex EB 47 8B 0 46 29 8 14F 50 3C
Octal 353 107 213 0 106 51 10 517 120 74
Binary 11101011 1000111 10001011 0 1000110 101001 1000 101001111 1010000 111100

Color Harmonies of #EB478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB478B

Black with #EB478B

Text Example


Text Example

White with #EB478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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