Html Css Color HEX #E64969 Cranberry

📋 copy color: '#E64969'

red 230 ◦ green 73 ◦ blue 105

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

Shades of Cranberry #E64969

Tints of Cranberry #E64969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.89%

 BLUE value IS 105 (41.41% from 255) = 25.74%

R = 56.37%
G = 17.89%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E64969 (or 0xE64969) is known color: Cranberry. HEX triplet: E6, 49 and 69. RGB value is (230,73,105). Sum of RGB (Red+Green+Blue) = 230+73+105=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E64969 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64969 is #19B696. Grayscale: #7B7B7B. Windows color (decimal): -1685143 or 6900198. OLE color: 6900198.

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

Color convert

RGB 230 73 105 -
CMYK 0 0.68 0.54 0.10
HSL 347.77º 0.76% 0.59% -
HSV(B) 347.77º 0.68% 0.9% -
XYZ 37.57 22.61 15.75 -
YUV 123.59 117.51 203.9 -
System Red Green Blue C M Y K H S L
Decimal 230 73 105 0 0.68 0.54 0.10 347.77 0.76 0.59
Hex E6 49 69 0 44 36 A 15C 4C 3B
Octal 346 111 151 0 104 66 12 534 114 73
Binary 11100110 1001001 1101001 0 1000100 110110 1010 101011100 1001100 111011

Color Harmonies of #E64969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64969

Black with #E64969

Text Example


Text Example

White with #E64969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64969; }

 p { color: rgb(230,73,105); }

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

background-color css

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

 a { background-color: rgb(230,73,105); }

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

border-color css

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

 span { border-color: rgb(230,73,105); }

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