Html Css Color HEX #E64B5C Mandy

📋 copy color: '#E64B5C'

red 230 ◦ green 75 ◦ blue 92

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

Shades of Mandy #E64B5C

Tints of Mandy #E64B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.17%

R = 57.93%
G = 18.89%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E64B5C (or 0xE64B5C) is known color: Mandy. HEX triplet: E6, 4B and 5C. RGB value is (230,75,92). Sum of RGB (Red+Green+Blue) = 230+75+92=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B5C is #19B4A3. Grayscale: #7B7B7B. Windows color (decimal): -1684644 or 6048742. OLE color: 6048742.

HSL color Cylindrical-coordinate representation of color #E64B5C: hue angle of 353.42º 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 #E64B5C is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 75 92 -
CMYK 0 0.67 0.60 0.10
HSL 353.42º 0.76% 0.6% -
HSV(B) 353.42º 0.67% 0.9% -
XYZ 37.08 22.63 12.54 -
YUV 123.28 110.35 204.12 -
System Red Green Blue C M Y K H S L
Decimal 230 75 92 0 0.67 0.60 0.10 353.42 0.76 0.6
Hex E6 4B 5C 0 43 3C A 161 4C 3C
Octal 346 113 134 0 103 74 12 541 114 74
Binary 11100110 1001011 1011100 0 1000011 111100 1010 101100001 1001100 111100

Color Harmonies of #E64B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64B5C

Black with #E64B5C

Text Example


Text Example

White with #E64B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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