Html Css Color HEX #E84B93 French Rose

📋 copy color: '#E84B93'

red 232 ◦ green 75 ◦ blue 147

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

Shades of French Rose #E84B93

Tints of French Rose #E84B93

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.52%

 BLUE value IS 147 (57.81% from 255) = 32.38%

R = 51.1%
G = 16.52%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E84B93 (or 0xE84B93) is known color: French Rose. HEX triplet: E8, 4B and 93. RGB value is (232,75,147). Sum of RGB (Red+Green+Blue) = 232+75+147=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E84B93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84B93 is #17B46C. Grayscale: #828282. Windows color (decimal): -1553517 or 9653224. OLE color: 9653224.

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

Color convert

RGB 232 75 147 -
CMYK 0 0.68 0.37 0.09
HSL 332.48º 0.77% 0.6% -
HSV(B) 332.48º 0.68% 0.91% -
XYZ 41.06 24.29 30.13 -
YUV 130.15 137.51 200.65 -
System Red Green Blue C M Y K H S L
Decimal 232 75 147 0 0.68 0.37 0.09 332.48 0.77 0.6
Hex E8 4B 93 0 44 25 9 14C 4D 3C
Octal 350 113 223 0 104 45 11 514 115 74
Binary 11101000 1001011 10010011 0 1000100 100101 1001 101001100 1001101 111100

Color Harmonies of #E84B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84B93

Black with #E84B93

Text Example


Text Example

White with #E84B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84B93; }

 p { color: rgb(232,75,147); }

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

background-color css

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

 a { background-color: rgb(232,75,147); }

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

border-color css

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

 span { border-color: rgb(232,75,147); }

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