Html Css Color HEX #E6476A Cranberry

📋 copy color: '#E6476A'

red 230 ◦ green 71 ◦ blue 106

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

Shades of Cranberry #E6476A

Tints of Cranberry #E6476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.44%

 BLUE value IS 106 (41.8% from 255) = 26.04%

R = 56.51%
G = 17.44%
B = 26.04%

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

#E6476A (or 0xE6476A) is known color: Cranberry. HEX triplet: E6, 47 and 6A. RGB value is (230,71,106). Sum of RGB (Red+Green+Blue) = 230+71+106=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E6476A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6476A is #19B895. Grayscale: #7A7A7A. Windows color (decimal): -1685654 or 6965222. OLE color: 6965222.

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

Color convert

RGB 230 71 106 -
CMYK 0 0.69 0.54 0.10
HSL 346.79º 0.76% 0.59% -
HSV(B) 346.79º 0.69% 0.9% -
XYZ 37.49 22.37 15.98 -
YUV 122.53 118.68 204.65 -
System Red Green Blue C M Y K H S L
Decimal 230 71 106 0 0.69 0.54 0.10 346.79 0.76 0.59
Hex E6 47 6A 0 45 36 A 15B 4C 3B
Octal 346 107 152 0 105 66 12 533 114 73
Binary 11100110 1000111 1101010 0 1000101 110110 1010 101011011 1001100 111011

Color Harmonies of #E6476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6476A

Black with #E6476A

Text Example


Text Example

White with #E6476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6476A; }

 p { color: rgb(230,71,106); }

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

background-color css

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

 a { background-color: rgb(230,71,106); }

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

border-color css

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

 span { border-color: rgb(230,71,106); }

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