Html Css Color HEX #E64178 Cranberry

📋 copy color: '#E64178'

red 230 ◦ green 65 ◦ blue 120

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

Shades of Cranberry #E64178

Tints of Cranberry #E64178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.66%

 BLUE value IS 120 (47.27% from 255) = 28.92%

R = 55.42%
G = 15.66%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E64178 (or 0xE64178) is known color: Cranberry. HEX triplet: E6, 41 and 78. RGB value is (230,65,120). Sum of RGB (Red+Green+Blue) = 230+65+120=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E64178 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64178 is #19BE87. Grayscale: #787878. Windows color (decimal): -1687176 or 7881190. OLE color: 7881190.

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

Color convert

RGB 230 65 120 -
CMYK 0 0.72 0.48 0.10
HSL 340º 0.77% 0.58% -
HSV(B) 340º 0.72% 0.9% -
XYZ 37.91 21.96 20.01 -
YUV 120.61 127.66 206.03 -
System Red Green Blue C M Y K H S L
Decimal 230 65 120 0 0.72 0.48 0.10 340 0.77 0.58
Hex E6 41 78 0 48 30 A 154 4D 3A
Octal 346 101 170 0 110 60 12 524 115 72
Binary 11100110 1000001 1111000 0 1001000 110000 1010 101010100 1001101 111010

Color Harmonies of #E64178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64178

Black with #E64178

Text Example


Text Example

White with #E64178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64178; }

 p { color: rgb(230,65,120); }

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

background-color css

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

 a { background-color: rgb(230,65,120); }

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

border-color css

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

 span { border-color: rgb(230,65,120); }

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