Html Css Color HEX #E6546E Cranberry

📋 copy color: '#E6546E'

red 230 ◦ green 84 ◦ blue 110

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

Shades of Cranberry #E6546E

Tints of Cranberry #E6546E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.81%

 BLUE value IS 110 (43.36% from 255) = 25.94%

R = 54.25%
G = 19.81%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6546E (or 0xE6546E) is known color: Cranberry. HEX triplet: E6, 54 and 6E. RGB value is (230,84,110). Sum of RGB (Red+Green+Blue) = 230+84+110=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E6546E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6546E is #19AB91. Grayscale: #828282. Windows color (decimal): -1682322 or 7230694. OLE color: 7230694.

HSL color Cylindrical-coordinate representation of color #E6546E: hue angle of 349.32º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6546E is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 84 110 -
CMYK 0 0.63 0.52 0.10
HSL 349.32º 0.74% 0.62% -
HSV(B) 349.32º 0.63% 0.9% -
XYZ 38.62 24.29 17.4 -
YUV 130.62 116.37 198.89 -
System Red Green Blue C M Y K H S L
Decimal 230 84 110 0 0.63 0.52 0.10 349.32 0.74 0.62
Hex E6 54 6E 0 3F 34 A 15D 4A 3E
Octal 346 124 156 0 77 64 12 535 112 76
Binary 11100110 1010100 1101110 0 111111 110100 1010 101011101 1001010 111110

Color Harmonies of #E6546E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6546E

Black with #E6546E

Text Example


Text Example

White with #E6546E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6546E; }

 p { color: rgb(230,84,110); }

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

background-color css

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

 a { background-color: rgb(230,84,110); }

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

border-color css

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

 span { border-color: rgb(230,84,110); }

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