Html Css Color HEX #E84894 French Rose

📋 copy color: '#E84894'

red 232 ◦ green 72 ◦ blue 148

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

Shades of French Rose #E84894

Tints of French Rose #E84894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.93%

 BLUE value IS 148 (58.2% from 255) = 32.74%

R = 51.33%
G = 15.93%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E84894 (or 0xE84894) is known color: French Rose. HEX triplet: E8, 48 and 94. RGB value is (232,72,148). Sum of RGB (Red+Green+Blue) = 232+72+148=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E84894 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84894 is #17B76B. Grayscale: #808080. Windows color (decimal): -1554284 or 9717992. OLE color: 9717992.

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

Color convert

RGB 232 72 148 -
CMYK 0 0.69 0.36 0.09
HSL 331.5º 0.78% 0.6% -
HSV(B) 331.5º 0.69% 0.91% -
XYZ 40.94 23.93 30.48 -
YUV 128.5 139.01 201.82 -
System Red Green Blue C M Y K H S L
Decimal 232 72 148 0 0.69 0.36 0.09 331.5 0.78 0.6
Hex E8 48 94 0 45 24 9 14C 4E 3C
Octal 350 110 224 0 105 44 11 514 116 74
Binary 11101000 1001000 10010100 0 1000101 100100 1001 101001100 1001110 111100

Color Harmonies of #E84894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84894

Black with #E84894

Text Example


Text Example

White with #E84894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84894; }

 p { color: rgb(232,72,148); }

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

background-color css

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

 a { background-color: rgb(232,72,148); }

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

border-color css

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

 span { border-color: rgb(232,72,148); }

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