Html Css Color HEX #E64073 Cranberry

📋 copy color: '#E64073'

red 230 ◦ green 64 ◦ blue 115

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

Shades of Cranberry #E64073

Tints of Cranberry #E64073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.12%

R = 56.23%
G = 15.65%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E64073 (or 0xE64073) is known color: Cranberry. HEX triplet: E6, 40 and 73. RGB value is (230,64,115). Sum of RGB (Red+Green+Blue) = 230+64+115=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E64073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64073 is #19BF8C. Grayscale: #777777. Windows color (decimal): -1687437 or 7553254. OLE color: 7553254.

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

Color convert

RGB 230 64 115 -
CMYK 0 0.72 0.5 0.10
HSL 341.57º 0.77% 0.58% -
HSV(B) 341.57º 0.72% 0.9% -
XYZ 37.56 21.73 18.43 -
YUV 119.45 125.5 206.85 -
System Red Green Blue C M Y K H S L
Decimal 230 64 115 0 0.72 0.5 0.10 341.57 0.77 0.58
Hex E6 40 73 0 48 32 A 156 4D 3A
Octal 346 100 163 0 110 62 12 526 115 72
Binary 11100110 1000000 1110011 0 1001000 110010 1010 101010110 1001101 111010

Color Harmonies of #E64073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64073

Black with #E64073

Text Example


Text Example

White with #E64073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64073; }

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

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

background-color css

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

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

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

border-color css

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

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

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