Html Css Color HEX #E6486B Cranberry

📋 copy color: '#E6486B'

red 230 ◦ green 72 ◦ blue 107

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

Shades of Cranberry #E6486B

Tints of Cranberry #E6486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.16%

R = 56.23%
G = 17.6%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6486B (or 0xE6486B) is known color: Cranberry. HEX triplet: E6, 48 and 6B. RGB value is (230,72,107). Sum of RGB (Red+Green+Blue) = 230+72+107=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6486B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6486B is #19B794. Grayscale: #7B7B7B. Windows color (decimal): -1685397 or 7031014. OLE color: 7031014.

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

Color convert

RGB 230 72 107 -
CMYK 0 0.69 0.53 0.10
HSL 346.71º 0.76% 0.59% -
HSV(B) 346.71º 0.69% 0.9% -
XYZ 37.6 22.52 16.27 -
YUV 123.23 118.85 204.15 -
System Red Green Blue C M Y K H S L
Decimal 230 72 107 0 0.69 0.53 0.10 346.71 0.76 0.59
Hex E6 48 6B 0 45 35 A 15B 4C 3B
Octal 346 110 153 0 105 65 12 533 114 73
Binary 11100110 1001000 1101011 0 1000101 110101 1010 101011011 1001100 111011

Color Harmonies of #E6486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6486B

Black with #E6486B

Text Example


Text Example

White with #E6486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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