Html Css Color HEX #E6486A Cranberry

📋 copy color: '#E6486A'

red 230 ◦ green 72 ◦ blue 106

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

Shades of Cranberry #E6486A

Tints of Cranberry #E6486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.65%

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

R = 56.37%
G = 17.65%
B = 25.98%

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

#E6486A (or 0xE6486A) is known color: Cranberry. HEX triplet: E6, 48 and 6A. RGB value is (230,72,106). Sum of RGB (Red+Green+Blue) = 230+72+106=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E6486A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6486A is #19B795. Grayscale: #7B7B7B. Windows color (decimal): -1685398 or 6965478. OLE color: 6965478.

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

Color convert

RGB 230 72 106 -
CMYK 0 0.69 0.54 0.10
HSL 347.09º 0.76% 0.59% -
HSV(B) 347.09º 0.69% 0.9% -
XYZ 37.55 22.5 16 -
YUV 123.12 118.35 204.24 -
System Red Green Blue C M Y K H S L
Decimal 230 72 106 0 0.69 0.54 0.10 347.09 0.76 0.59
Hex E6 48 6A 0 45 36 A 15B 4C 3B
Octal 346 110 152 0 105 66 12 533 114 73
Binary 11100110 1001000 1101010 0 1000101 110110 1010 101011011 1001100 111011

Color Harmonies of #E6486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6486A

Black with #E6486A

Text Example


Text Example

White with #E6486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6486A; }

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

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

background-color css

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

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

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

border-color css

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

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

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