Html Css Color HEX #EA478D French Rose

📋 copy color: '#EA478D'

red 234 ◦ green 71 ◦ blue 141

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

Shades of French Rose #EA478D

Tints of French Rose #EA478D

RGB

 RED value IS 234 (91.8% from 255) = 52.47%

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

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

R = 52.47%
G = 15.92%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA478D (or 0xEA478D) is known color: French Rose. HEX triplet: EA, 47 and 8D. RGB value is (234,71,141). Sum of RGB (Red+Green+Blue) = 234+71+141=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA478D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA478D is #15B872. Grayscale: #7F7F7F. Windows color (decimal): -1423475 or 9258986. OLE color: 9258986.

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

Color convert

RGB 234 71 141 -
CMYK 0 0.70 0.40 0.08
HSL 334.23º 0.8% 0.6% -
HSV(B) 334.23º 0.7% 0.92% -
XYZ 40.99 23.92 27.66 -
YUV 127.72 135.5 203.81 -
System Red Green Blue C M Y K H S L
Decimal 234 71 141 0 0.70 0.40 0.08 334.23 0.8 0.6
Hex EA 47 8D 0 46 28 8 14E 50 3C
Octal 352 107 215 0 106 50 10 516 120 74
Binary 11101010 1000111 10001101 0 1000110 101000 1000 101001110 1010000 111100

Color Harmonies of #EA478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA478D

Black with #EA478D

Text Example


Text Example

White with #EA478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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