Html Css Color HEX #E84C9A French Rose

📋 copy color: '#E84C9A'

red 232 ◦ green 76 ◦ blue 154

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

Shades of French Rose #E84C9A

Tints of French Rose #E84C9A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.45%

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

R = 50.22%
G = 16.45%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E84C9A (or 0xE84C9A) is known color: French Rose. HEX triplet: E8, 4C and 9A. RGB value is (232,76,154). Sum of RGB (Red+Green+Blue) = 232+76+154=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E84C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84C9A is #17B365. Grayscale: #838383. Windows color (decimal): -1553254 or 10112232. OLE color: 10112232.

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

Color convert

RGB 232 76 154 -
CMYK 0 0.67 0.34 0.09
HSL 330º 0.77% 0.6% -
HSV(B) 330º 0.67% 0.91% -
XYZ 41.7 24.66 33.13 -
YUV 131.54 140.68 199.66 -
System Red Green Blue C M Y K H S L
Decimal 232 76 154 0 0.67 0.34 0.09 330 0.77 0.6
Hex E8 4C 9A 0 43 22 9 14A 4D 3C
Octal 350 114 232 0 103 42 11 512 115 74
Binary 11101000 1001100 10011010 0 1000011 100010 1001 101001010 1001101 111100

Color Harmonies of #E84C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84C9A

Black with #E84C9A

Text Example


Text Example

White with #E84C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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