Html Css Color HEX #E64F52 Mandy

📋 copy color: '#E64F52'

red 230 ◦ green 79 ◦ blue 82

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

Shades of Mandy #E64F52

Tints of Mandy #E64F52

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.2%

 BLUE value IS 82 (32.42% from 255) = 20.97%

R = 58.82%
G = 20.2%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E64F52 (or 0xE64F52) is known color: Mandy. HEX triplet: E6, 4F and 52. RGB value is (230,79,82). Sum of RGB (Red+Green+Blue) = 230+79+82=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64F52 is #19B0AD. Grayscale: #7C7C7C. Windows color (decimal): -1683630 or 5394406. OLE color: 5394406.

HSL color Cylindrical-coordinate representation of color #E64F52: hue angle of 358.81º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64F52 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 79 82 -
CMYK 0 0.66 0.64 0.10
HSL 358.81º 0.75% 0.61% -
HSV(B) 358.81º 0.66% 0.9% -
XYZ 36.95 23.02 10.48 -
YUV 124.49 104.03 203.26 -
System Red Green Blue C M Y K H S L
Decimal 230 79 82 0 0.66 0.64 0.10 358.81 0.75 0.61
Hex E6 4F 52 0 42 40 A 167 4B 3D
Octal 346 117 122 0 102 100 12 547 113 75
Binary 11100110 1001111 1010010 0 1000010 1000000 1010 101100111 1001011 111101

Color Harmonies of #E64F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F52

Black with #E64F52

Text Example


Text Example

White with #E64F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F52; }

 p { color: rgb(230,79,82); }

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

background-color css

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

 a { background-color: rgb(230,79,82); }

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

border-color css

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

 span { border-color: rgb(230,79,82); }

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