Html Css Color HEX #EA5091 French Rose

📋 copy color: '#EA5091'

red 234 ◦ green 80 ◦ blue 145

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

Shades of French Rose #EA5091

Tints of French Rose #EA5091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.43%

 BLUE value IS 145 (57.03% from 255) = 31.59%

R = 50.98%
G = 17.43%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA5091 (or 0xEA5091) is known color: French Rose. HEX triplet: EA, 50 and 91. RGB value is (234,80,145). Sum of RGB (Red+Green+Blue) = 234+80+145=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5091 is #15AF6E. Grayscale: #858585. Windows color (decimal): -1421167 or 9523434. OLE color: 9523434.

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

Color convert

RGB 234 80 145 -
CMYK 0 0.66 0.38 0.08
HSL 334.68º 0.79% 0.62% -
HSV(B) 334.68º 0.66% 0.92% -
XYZ 41.91 25.27 29.46 -
YUV 133.46 134.52 199.71 -
System Red Green Blue C M Y K H S L
Decimal 234 80 145 0 0.66 0.38 0.08 334.68 0.79 0.62
Hex EA 50 91 0 42 26 8 14F 4F 3E
Octal 352 120 221 0 102 46 10 517 117 76
Binary 11101010 1010000 10010001 0 1000010 100110 1000 101001111 1001111 111110

Color Harmonies of #EA5091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5091

Black with #EA5091

Text Example


Text Example

White with #EA5091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5091; }

 p { color: rgb(234,80,145); }

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

background-color css

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

 a { background-color: rgb(234,80,145); }

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

border-color css

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

 span { border-color: rgb(234,80,145); }

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