Html Css Color HEX #EA4895 French Rose

📋 copy color: '#EA4895'

red 234 ◦ green 72 ◦ blue 149

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

Shades of French Rose #EA4895

Tints of French Rose #EA4895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.82%

 BLUE value IS 149 (58.59% from 255) = 32.75%

R = 51.43%
G = 15.82%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA4895 (or 0xEA4895) is known color: French Rose. HEX triplet: EA, 48 and 95. RGB value is (234,72,149). Sum of RGB (Red+Green+Blue) = 234+72+149=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4895 is #15B76A. Grayscale: #818181. Windows color (decimal): -1423211 or 9783530. OLE color: 9783530.

HSL color Cylindrical-coordinate representation of color #EA4895: hue angle of 331.48º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA4895 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 72 149 -
CMYK 0 0.69 0.36 0.08
HSL 331.48º 0.79% 0.6% -
HSV(B) 331.48º 0.69% 0.92% -
XYZ 41.67 24.3 30.93 -
YUV 129.22 139.17 202.74 -
System Red Green Blue C M Y K H S L
Decimal 234 72 149 0 0.69 0.36 0.08 331.48 0.79 0.6
Hex EA 48 95 0 45 24 8 14B 4F 3C
Octal 352 110 225 0 105 44 10 513 117 74
Binary 11101010 1001000 10010101 0 1000101 100100 1000 101001011 1001111 111100

Color Harmonies of #EA4895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4895

Black with #EA4895

Text Example


Text Example

White with #EA4895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4895; }

 p { color: rgb(234,72,149); }

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

background-color css

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

 a { background-color: rgb(234,72,149); }

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

border-color css

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

 span { border-color: rgb(234,72,149); }

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