Html Css Color HEX #E64869 Cranberry

📋 copy color: '#E64869'

red 230 ◦ green 72 ◦ blue 105

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

Shades of Cranberry #E64869

Tints of Cranberry #E64869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.69%

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

R = 56.51%
G = 17.69%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E64869 (or 0xE64869) is known color: Cranberry. HEX triplet: E6, 48 and 69. RGB value is (230,72,105). Sum of RGB (Red+Green+Blue) = 230+72+105=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E64869 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64869 is #19B796. Grayscale: #7B7B7B. Windows color (decimal): -1685399 or 6899942. OLE color: 6899942.

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

Color convert

RGB 230 72 105 -
CMYK 0 0.69 0.54 0.10
HSL 347.47º 0.76% 0.59% -
HSV(B) 347.47º 0.69% 0.9% -
XYZ 37.5 22.48 15.73 -
YUV 123 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 230 72 105 0 0.69 0.54 0.10 347.47 0.76 0.59
Hex E6 48 69 0 45 36 A 15B 4C 3B
Octal 346 110 151 0 105 66 12 533 114 73
Binary 11100110 1001000 1101001 0 1000101 110110 1010 101011011 1001100 111011

Color Harmonies of #E64869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64869

Black with #E64869

Text Example


Text Example

White with #E64869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64869; }

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

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

background-color css

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

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

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

border-color css

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

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

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