Html Css Color HEX #E84A9A French Rose

📋 copy color: '#E84A9A'

red 232 ◦ green 74 ◦ blue 154

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

Shades of French Rose #E84A9A

Tints of French Rose #E84A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.48%

R = 50.43%
G = 16.09%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E84A9A (or 0xE84A9A) is known color: French Rose. HEX triplet: E8, 4A and 9A. RGB value is (232,74,154). Sum of RGB (Red+Green+Blue) = 232+74+154=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84A9A is #17B565. Grayscale: #828282. Windows color (decimal): -1553766 or 10111720. OLE color: 10111720.

HSL color Cylindrical-coordinate representation of color #E84A9A: hue angle of 329.62º 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 #E84A9A is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 74 154 -
CMYK 0 0.68 0.34 0.09
HSL 329.62º 0.77% 0.6% -
HSV(B) 329.62º 0.68% 0.91% -
XYZ 41.56 24.39 33.09 -
YUV 130.36 141.35 200.5 -
System Red Green Blue C M Y K H S L
Decimal 232 74 154 0 0.68 0.34 0.09 329.62 0.77 0.6
Hex E8 4A 9A 0 44 22 9 14A 4D 3C
Octal 350 112 232 0 104 42 11 512 115 74
Binary 11101000 1001010 10011010 0 1000100 100010 1001 101001010 1001101 111100

Color Harmonies of #E84A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84A9A

Black with #E84A9A

Text Example


Text Example

White with #E84A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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