Html Css Color HEX #E64B5E Mandy

📋 copy color: '#E64B5E'

red 230 ◦ green 75 ◦ blue 94

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

Shades of Mandy #E64B5E

Tints of Mandy #E64B5E

RGB

 RED value IS 230 (90.23% from 255) = 57.64%

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

 BLUE value IS 94 (37.11% from 255) = 23.56%

R = 57.64%
G = 18.8%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E64B5E (or 0xE64B5E) is known color: Mandy. HEX triplet: E6, 4B and 5E. RGB value is (230,75,94). Sum of RGB (Red+Green+Blue) = 230+75+94=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B5E is #19B4A1. Grayscale: #7B7B7B. Windows color (decimal): -1684642 or 6179814. OLE color: 6179814.

HSL color Cylindrical-coordinate representation of color #E64B5E: hue angle of 352.65º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64B5E is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 75 94 -
CMYK 0 0.67 0.59 0.10
HSL 352.65º 0.76% 0.6% -
HSV(B) 352.65º 0.67% 0.9% -
XYZ 37.17 22.66 13.01 -
YUV 123.51 111.35 203.96 -
System Red Green Blue C M Y K H S L
Decimal 230 75 94 0 0.67 0.59 0.10 352.65 0.76 0.6
Hex E6 4B 5E 0 43 3B A 161 4C 3C
Octal 346 113 136 0 103 73 12 541 114 74
Binary 11100110 1001011 1011110 0 1000011 111011 1010 101100001 1001100 111100

Color Harmonies of #E64B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64B5E

Black with #E64B5E

Text Example


Text Example

White with #E64B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64B5E; }

 p { color: rgb(230,75,94); }

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

background-color css

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

 a { background-color: rgb(230,75,94); }

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

border-color css

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

 span { border-color: rgb(230,75,94); }

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