Html Css Color HEX #EB478A French Rose

📋 copy color: '#EB478A'

red 235 ◦ green 71 ◦ blue 138

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

Shades of French Rose #EB478A

Tints of French Rose #EB478A

RGB

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

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

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

R = 52.93%
G = 15.99%
B = 31.08%

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

#EB478A (or 0xEB478A) is known color: French Rose. HEX triplet: EB, 47 and 8A. RGB value is (235,71,138). Sum of RGB (Red+Green+Blue) = 235+71+138=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB478A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB478A is #14B875. Grayscale: #7F7F7F. Windows color (decimal): -1357942 or 9062379. OLE color: 9062379.

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

Color convert

RGB 235 71 138 -
CMYK 0 0.70 0.41 0.08
HSL 335.49º 0.8% 0.6% -
HSV(B) 335.49º 0.7% 0.92% -
XYZ 41.1 24 26.51 -
YUV 127.67 133.83 204.55 -
System Red Green Blue C M Y K H S L
Decimal 235 71 138 0 0.70 0.41 0.08 335.49 0.8 0.6
Hex EB 47 8A 0 46 29 8 14F 50 3C
Octal 353 107 212 0 106 51 10 517 120 74
Binary 11101011 1000111 10001010 0 1000110 101001 1000 101001111 1010000 111100

Color Harmonies of #EB478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB478A

Black with #EB478A

Text Example


Text Example

White with #EB478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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