Html Css Color HEX #E6466F Cranberry

📋 copy color: '#E6466F'

red 230 ◦ green 70 ◦ blue 111

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

Shades of Cranberry #E6466F

Tints of Cranberry #E6466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.03%

 BLUE value IS 111 (43.75% from 255) = 27.01%

R = 55.96%
G = 17.03%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6466F (or 0xE6466F) is known color: Cranberry. HEX triplet: E6, 46 and 6F. RGB value is (230,70,111). Sum of RGB (Red+Green+Blue) = 230+70+111=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E6466F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6466F is #19B990. Grayscale: #7A7A7A. Windows color (decimal): -1685905 or 7292646. OLE color: 7292646.

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

Color convert

RGB 230 70 111 -
CMYK 0 0.70 0.52 0.10
HSL 344.63º 0.76% 0.59% -
HSV(B) 344.63º 0.7% 0.9% -
XYZ 37.69 22.35 17.37 -
YUV 122.51 121.51 204.67 -
System Red Green Blue C M Y K H S L
Decimal 230 70 111 0 0.70 0.52 0.10 344.63 0.76 0.59
Hex E6 46 6F 0 46 34 A 159 4C 3B
Octal 346 106 157 0 106 64 12 531 114 73
Binary 11100110 1000110 1101111 0 1000110 110100 1010 101011001 1001100 111011

Color Harmonies of #E6466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6466F

Black with #E6466F

Text Example


Text Example

White with #E6466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6466F; }

 p { color: rgb(230,70,111); }

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

background-color css

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

 a { background-color: rgb(230,70,111); }

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

border-color css

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

 span { border-color: rgb(230,70,111); }

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