Html Css Color HEX #E85364 Mandy

📋 copy color: '#E85364'

red 232 ◦ green 83 ◦ blue 100

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

Shades of Mandy #E85364

Tints of Mandy #E85364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20%

 BLUE value IS 100 (39.45% from 255) = 24.1%

R = 55.9%
G = 20%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E85364 (or 0xE85364) is known color: Mandy. HEX triplet: E8, 53 and 64. RGB value is (232,83,100). Sum of RGB (Red+Green+Blue) = 232+83+100=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E85364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85364 is #17AC9B. Grayscale: #818181. Windows color (decimal): -1551516 or 6575080. OLE color: 6575080.

HSL color Cylindrical-coordinate representation of color #E85364: hue angle of 353.15º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85364 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 83 100 -
CMYK 0 0.64 0.57 0.09
HSL 353.15º 0.76% 0.62% -
HSV(B) 353.15º 0.64% 0.91% -
XYZ 38.67 24.26 14.7 -
YUV 129.49 111.36 201.12 -
System Red Green Blue C M Y K H S L
Decimal 232 83 100 0 0.64 0.57 0.09 353.15 0.76 0.62
Hex E8 53 64 0 40 39 9 161 4C 3E
Octal 350 123 144 0 100 71 11 541 114 76
Binary 11101000 1010011 1100100 0 1000000 111001 1001 101100001 1001100 111110

Color Harmonies of #E85364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85364

Black with #E85364

Text Example


Text Example

White with #E85364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85364; }

 p { color: rgb(232,83,100); }

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

background-color css

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

 a { background-color: rgb(232,83,100); }

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

border-color css

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

 span { border-color: rgb(232,83,100); }

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