Html Css Color HEX #E64174 Cranberry

📋 copy color: '#E64174'

red 230 ◦ green 65 ◦ blue 116

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

Shades of Cranberry #E64174

Tints of Cranberry #E64174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.22%

R = 55.96%
G = 15.82%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E64174 (or 0xE64174) is known color: Cranberry. HEX triplet: E6, 41 and 74. RGB value is (230,65,116). Sum of RGB (Red+Green+Blue) = 230+65+116=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E64174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64174 is #19BE8B. Grayscale: #787878. Windows color (decimal): -1687180 or 7619046. OLE color: 7619046.

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

Color convert

RGB 230 65 116 -
CMYK 0 0.72 0.50 0.10
HSL 341.45º 0.77% 0.58% -
HSV(B) 341.45º 0.72% 0.9% -
XYZ 37.68 21.86 18.76 -
YUV 120.15 125.66 206.35 -
System Red Green Blue C M Y K H S L
Decimal 230 65 116 0 0.72 0.50 0.10 341.45 0.77 0.58
Hex E6 41 74 0 48 32 A 155 4D 3A
Octal 346 101 164 0 110 62 12 525 115 72
Binary 11100110 1000001 1110100 0 1001000 110010 1010 101010101 1001101 111010

Color Harmonies of #E64174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64174

Black with #E64174

Text Example


Text Example

White with #E64174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64174; }

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

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

background-color css

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

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

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

border-color css

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

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

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