Html Css Color HEX #E6536C Cranberry

📋 copy color: '#E6536C'

red 230 ◦ green 83 ◦ blue 108

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

Shades of Cranberry #E6536C

Tints of Cranberry #E6536C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.71%

 BLUE value IS 108 (42.58% from 255) = 25.65%

R = 54.63%
G = 19.71%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6536C (or 0xE6536C) is known color: Cranberry. HEX triplet: E6, 53 and 6C. RGB value is (230,83,108). Sum of RGB (Red+Green+Blue) = 230+83+108=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E6536C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6536C is #19AC93. Grayscale: #818181. Windows color (decimal): -1682580 or 7099366. OLE color: 7099366.

HSL color Cylindrical-coordinate representation of color #E6536C: hue angle of 349.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E6536C is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 83 108 -
CMYK 0 0.64 0.53 0.10
HSL 349.8º 0.75% 0.61% -
HSV(B) 349.8º 0.64% 0.9% -
XYZ 38.43 24.09 16.81 -
YUV 129.8 115.7 199.47 -
System Red Green Blue C M Y K H S L
Decimal 230 83 108 0 0.64 0.53 0.10 349.8 0.75 0.61
Hex E6 53 6C 0 40 35 A 15E 4B 3D
Octal 346 123 154 0 100 65 12 536 113 75
Binary 11100110 1010011 1101100 0 1000000 110101 1010 101011110 1001011 111101

Color Harmonies of #E6536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6536C

Black with #E6536C

Text Example


Text Example

White with #E6536C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6536C; }

 p { color: rgb(230,83,108); }

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

background-color css

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

 a { background-color: rgb(230,83,108); }

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

border-color css

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

 span { border-color: rgb(230,83,108); }

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