Html Css Color HEX #E84A96 French Rose

📋 copy color: '#E84A96'

red 232 ◦ green 74 ◦ blue 150

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

Shades of French Rose #E84A96

Tints of French Rose #E84A96

RGB

 RED value IS 232 (91.02% from 255) = 50.88%

 GREEN value IS 74 (29.3% from 255) = 16.23%

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

R = 50.88%
G = 16.23%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E84A96 (or 0xE84A96) is known color: French Rose. HEX triplet: E8, 4A and 96. RGB value is (232,74,150). Sum of RGB (Red+Green+Blue) = 232+74+150=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84A96 is #17B569. Grayscale: #818181. Windows color (decimal): -1553770 or 9849576. OLE color: 9849576.

HSL color Cylindrical-coordinate representation of color #E84A96: hue angle of 331.14º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E84A96 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 74 150 -
CMYK 0 0.68 0.35 0.09
HSL 331.14º 0.77% 0.6% -
HSV(B) 331.14º 0.68% 0.91% -
XYZ 41.23 24.26 31.36 -
YUV 129.91 139.35 200.82 -
System Red Green Blue C M Y K H S L
Decimal 232 74 150 0 0.68 0.35 0.09 331.14 0.77 0.6
Hex E8 4A 96 0 44 23 9 14B 4D 3C
Octal 350 112 226 0 104 43 11 513 115 74
Binary 11101000 1001010 10010110 0 1000100 100011 1001 101001011 1001101 111100

Color Harmonies of #E84A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84A96

Black with #E84A96

Text Example


Text Example

White with #E84A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84A96; }

 p { color: rgb(232,74,150); }

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

background-color css

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

 a { background-color: rgb(232,74,150); }

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

border-color css

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

 span { border-color: rgb(232,74,150); }

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