Html Css Color HEX #EA498E French Rose

📋 copy color: '#EA498E'

red 234 ◦ green 73 ◦ blue 142

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

Shades of French Rose #EA498E

Tints of French Rose #EA498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.26%

 BLUE value IS 142 (55.86% from 255) = 31.63%

R = 52.12%
G = 16.26%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA498E (or 0xEA498E) is known color: French Rose. HEX triplet: EA, 49 and 8E. RGB value is (234,73,142). Sum of RGB (Red+Green+Blue) = 234+73+142=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA498E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA498E is #15B671. Grayscale: #808080. Windows color (decimal): -1422962 or 9325034. OLE color: 9325034.

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

Color convert

RGB 234 73 142 -
CMYK 0 0.69 0.39 0.08
HSL 334.29º 0.79% 0.6% -
HSV(B) 334.29º 0.69% 0.92% -
XYZ 41.2 24.21 28.09 -
YUV 129.01 135.34 202.89 -
System Red Green Blue C M Y K H S L
Decimal 234 73 142 0 0.69 0.39 0.08 334.29 0.79 0.6
Hex EA 49 8E 0 45 27 8 14E 4F 3C
Octal 352 111 216 0 105 47 10 516 117 74
Binary 11101010 1001001 10001110 0 1000101 100111 1000 101001110 1001111 111100

Color Harmonies of #EA498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA498E

Black with #EA498E

Text Example


Text Example

White with #EA498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA498E; }

 p { color: rgb(234,73,142); }

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

background-color css

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

 a { background-color: rgb(234,73,142); }

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

border-color css

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

 span { border-color: rgb(234,73,142); }

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