Html Css Color HEX #E84A8F French Rose

📋 copy color: '#E84A8F'

red 232 ◦ green 74 ◦ blue 143

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

Shades of French Rose #E84A8F

Tints of French Rose #E84A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.85%

R = 51.67%
G = 16.48%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E84A8F (or 0xE84A8F) is known color: French Rose. HEX triplet: E8, 4A and 8F. RGB value is (232,74,143). Sum of RGB (Red+Green+Blue) = 232+74+143=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84A8F is #17B570. Grayscale: #808080. Windows color (decimal): -1553777 or 9390824. OLE color: 9390824.

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

Color convert

RGB 232 74 143 -
CMYK 0 0.68 0.38 0.09
HSL 333.8º 0.77% 0.6% -
HSV(B) 333.8º 0.68% 0.91% -
XYZ 40.69 24.04 28.48 -
YUV 129.11 135.85 201.39 -
System Red Green Blue C M Y K H S L
Decimal 232 74 143 0 0.68 0.38 0.09 333.8 0.77 0.6
Hex E8 4A 8F 0 44 26 9 14E 4D 3C
Octal 350 112 217 0 104 46 11 516 115 74
Binary 11101000 1001010 10001111 0 1000100 100110 1001 101001110 1001101 111100

Color Harmonies of #E84A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84A8F

Black with #E84A8F

Text Example


Text Example

White with #E84A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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