Html Css Color HEX #E6456C Cranberry

📋 copy color: '#E6456C'

red 230 ◦ green 69 ◦ blue 108

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

Shades of Cranberry #E6456C

Tints of Cranberry #E6456C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.54%

R = 56.51%
G = 16.95%
B = 26.54%

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

#E6456C (or 0xE6456C) is known color: Cranberry. HEX triplet: E6, 45 and 6C. RGB value is (230,69,108). Sum of RGB (Red+Green+Blue) = 230+69+108=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E6456C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6456C is #19BA93. Grayscale: #797979. Windows color (decimal): -1686164 or 7095782. OLE color: 7095782.

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

Color convert

RGB 230 69 108 -
CMYK 0 0.7 0.53 0.10
HSL 345.47º 0.76% 0.59% -
HSV(B) 345.47º 0.7% 0.9% -
XYZ 37.47 22.16 16.49 -
YUV 121.59 120.34 205.33 -
System Red Green Blue C M Y K H S L
Decimal 230 69 108 0 0.7 0.53 0.10 345.47 0.76 0.59
Hex E6 45 6C 0 46 35 A 159 4C 3B
Octal 346 105 154 0 106 65 12 531 114 73
Binary 11100110 1000101 1101100 0 1000110 110101 1010 101011001 1001100 111011

Color Harmonies of #E6456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6456C

Black with #E6456C

Text Example


Text Example

White with #E6456C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6456C; }

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

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

background-color css

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

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

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

border-color css

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

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

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