Html Css Color HEX #E6456D Cranberry

📋 copy color: '#E6456D'

red 230 ◦ green 69 ◦ blue 109

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

Shades of Cranberry #E6456D

Tints of Cranberry #E6456D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.91%

 BLUE value IS 109 (42.97% from 255) = 26.72%

R = 56.37%
G = 16.91%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6456D (or 0xE6456D) is known color: Cranberry. HEX triplet: E6, 45 and 6D. RGB value is (230,69,109). Sum of RGB (Red+Green+Blue) = 230+69+109=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E6456D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6456D is #19BA92. Grayscale: #797979. Windows color (decimal): -1686163 or 7161318. OLE color: 7161318.

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

Color convert

RGB 230 69 109 -
CMYK 0 0.7 0.53 0.10
HSL 345.09º 0.76% 0.59% -
HSV(B) 345.09º 0.7% 0.9% -
XYZ 37.52 22.18 16.77 -
YUV 121.7 120.84 205.25 -
System Red Green Blue C M Y K H S L
Decimal 230 69 109 0 0.7 0.53 0.10 345.09 0.76 0.59
Hex E6 45 6D 0 46 35 A 159 4C 3B
Octal 346 105 155 0 106 65 12 531 114 73
Binary 11100110 1000101 1101101 0 1000110 110101 1010 101011001 1001100 111011

Color Harmonies of #E6456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6456D

Black with #E6456D

Text Example


Text Example

White with #E6456D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6456D; }

 p { color: rgb(230,69,109); }

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

background-color css

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

 a { background-color: rgb(230,69,109); }

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

border-color css

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

 span { border-color: rgb(230,69,109); }

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