Html Css Color HEX #EA5495 French Rose

📋 copy color: '#EA5495'

red 234 ◦ green 84 ◦ blue 149

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

Shades of French Rose #EA5495

Tints of French Rose #EA5495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.99%

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

R = 50.11%
G = 17.99%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA5495 (or 0xEA5495) is known color: French Rose. HEX triplet: EA, 54 and 95. RGB value is (234,84,149). Sum of RGB (Red+Green+Blue) = 234+84+149=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5495 is #15AB6A. Grayscale: #888888. Windows color (decimal): -1420139 or 9786602. OLE color: 9786602.

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

Color convert

RGB 234 84 149 -
CMYK 0 0.64 0.36 0.08
HSL 334º 0.78% 0.62% -
HSV(B) 334º 0.64% 0.92% -
XYZ 42.53 26 31.21 -
YUV 136.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 234 84 149 0 0.64 0.36 0.08 334 0.78 0.62
Hex EA 54 95 0 40 24 8 14E 4E 3E
Octal 352 124 225 0 100 44 10 516 116 76
Binary 11101010 1010100 10010101 0 1000000 100100 1000 101001110 1001110 111110

Color Harmonies of #EA5495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5495

Black with #EA5495

Text Example


Text Example

White with #EA5495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5495; }

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

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

background-color css

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

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

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

border-color css

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

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

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