Html Css Color HEX #E64071 Cranberry

📋 copy color: '#E64071'

red 230 ◦ green 64 ◦ blue 113

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

Shades of Cranberry #E64071

Tints of Cranberry #E64071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.72%

 BLUE value IS 113 (44.53% from 255) = 27.76%

R = 56.51%
G = 15.72%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E64071 (or 0xE64071) is known color: Cranberry. HEX triplet: E6, 40 and 71. RGB value is (230,64,113). Sum of RGB (Red+Green+Blue) = 230+64+113=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E64071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64071 is #19BF8E. Grayscale: #777777. Windows color (decimal): -1687439 or 7422182. OLE color: 7422182.

HSL color Cylindrical-coordinate representation of color #E64071: hue angle of 342.29º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E64071 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 64 113 -
CMYK 0 0.72 0.51 0.10
HSL 342.29º 0.77% 0.58% -
HSV(B) 342.29º 0.72% 0.9% -
XYZ 37.45 21.68 17.83 -
YUV 119.22 124.5 207.02 -
System Red Green Blue C M Y K H S L
Decimal 230 64 113 0 0.72 0.51 0.10 342.29 0.77 0.58
Hex E6 40 71 0 48 33 A 156 4D 3A
Octal 346 100 161 0 110 63 12 526 115 72
Binary 11100110 1000000 1110001 0 1001000 110011 1010 101010110 1001101 111010

Color Harmonies of #E64071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64071

Black with #E64071

Text Example


Text Example

White with #E64071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64071; }

 p { color: rgb(230,64,113); }

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

background-color css

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

 a { background-color: rgb(230,64,113); }

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

border-color css

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

 span { border-color: rgb(230,64,113); }

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