Html Css Color HEX #EA5096 French Rose

📋 copy color: '#EA5096'

red 234 ◦ green 80 ◦ blue 150

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

Shades of French Rose #EA5096

Tints of French Rose #EA5096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.33%

R = 50.43%
G = 17.24%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA5096 (or 0xEA5096) is known color: French Rose. HEX triplet: EA, 50 and 96. RGB value is (234,80,150). Sum of RGB (Red+Green+Blue) = 234+80+150=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5096 is #15AF69. Grayscale: #858585. Windows color (decimal): -1421162 or 9851114. OLE color: 9851114.

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

Color convert

RGB 234 80 150 -
CMYK 0 0.66 0.36 0.08
HSL 332.73º 0.79% 0.62% -
HSV(B) 332.73º 0.66% 0.92% -
XYZ 42.31 25.43 31.53 -
YUV 134.03 137.02 199.31 -
System Red Green Blue C M Y K H S L
Decimal 234 80 150 0 0.66 0.36 0.08 332.73 0.79 0.62
Hex EA 50 96 0 42 24 8 14D 4F 3E
Octal 352 120 226 0 102 44 10 515 117 76
Binary 11101010 1010000 10010110 0 1000010 100100 1000 101001101 1001111 111110

Color Harmonies of #EA5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5096

Black with #EA5096

Text Example


Text Example

White with #EA5096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5096; }

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

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

background-color css

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

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

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

border-color css

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

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

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