Html Css Color HEX #E6456E Cranberry

📋 copy color: '#E6456E'

red 230 ◦ green 69 ◦ blue 110

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

Shades of Cranberry #E6456E

Tints of Cranberry #E6456E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.89%

R = 56.23%
G = 16.87%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6456E (or 0xE6456E) is known color: Cranberry. HEX triplet: E6, 45 and 6E. RGB value is (230,69,110). Sum of RGB (Red+Green+Blue) = 230+69+110=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6456E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6456E is #19BA91. Grayscale: #797979. Windows color (decimal): -1686162 or 7226854. OLE color: 7226854.

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

Color convert

RGB 230 69 110 -
CMYK 0 0.7 0.52 0.10
HSL 344.72º 0.76% 0.59% -
HSV(B) 344.72º 0.7% 0.9% -
XYZ 37.58 22.21 17.06 -
YUV 121.81 121.34 205.17 -
System Red Green Blue C M Y K H S L
Decimal 230 69 110 0 0.7 0.52 0.10 344.72 0.76 0.59
Hex E6 45 6E 0 46 34 A 159 4C 3B
Octal 346 105 156 0 106 64 12 531 114 73
Binary 11100110 1000101 1101110 0 1000110 110100 1010 101011001 1001100 111011

Color Harmonies of #E6456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6456E

Black with #E6456E

Text Example


Text Example

White with #E6456E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6456E; }

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

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

background-color css

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

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

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

border-color css

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

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

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