Html Css Color HEX #E64674 Cranberry

📋 copy color: '#E64674'

red 230 ◦ green 70 ◦ blue 116

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

Shades of Cranberry #E64674

Tints of Cranberry #E64674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.83%

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

R = 55.29%
G = 16.83%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E64674 (or 0xE64674) is known color: Cranberry. HEX triplet: E6, 46 and 74. RGB value is (230,70,116). Sum of RGB (Red+Green+Blue) = 230+70+116=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E64674 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64674 is #19B98B. Grayscale: #7B7B7B. Windows color (decimal): -1685900 or 7620326. OLE color: 7620326.

HSL color Cylindrical-coordinate representation of color #E64674: hue angle of 342.75º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64674 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 70 116 -
CMYK 0 0.70 0.50 0.10
HSL 342.75º 0.76% 0.59% -
HSV(B) 342.75º 0.7% 0.9% -
XYZ 37.98 22.46 18.86 -
YUV 123.08 124.01 204.26 -
System Red Green Blue C M Y K H S L
Decimal 230 70 116 0 0.70 0.50 0.10 342.75 0.76 0.59
Hex E6 46 74 0 46 32 A 157 4C 3B
Octal 346 106 164 0 106 62 12 527 114 73
Binary 11100110 1000110 1110100 0 1000110 110010 1010 101010111 1001100 111011

Color Harmonies of #E64674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64674

Black with #E64674

Text Example


Text Example

White with #E64674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64674; }

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

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

background-color css

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

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

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

border-color css

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

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

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