Html Css Color HEX #E6536F Cranberry

📋 copy color: '#E6536F'

red 230 ◦ green 83 ◦ blue 111

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

Shades of Cranberry #E6536F

Tints of Cranberry #E6536F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.18%

R = 54.25%
G = 19.58%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6536F (or 0xE6536F) is known color: Cranberry. HEX triplet: E6, 53 and 6F. RGB value is (230,83,111). Sum of RGB (Red+Green+Blue) = 230+83+111=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E6536F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6536F is #19AC90. Grayscale: #828282. Windows color (decimal): -1682577 or 7295974. OLE color: 7295974.

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

Color convert

RGB 230 83 111 -
CMYK 0 0.64 0.52 0.10
HSL 348.57º 0.75% 0.61% -
HSV(B) 348.57º 0.64% 0.9% -
XYZ 38.6 24.16 17.67 -
YUV 130.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 230 83 111 0 0.64 0.52 0.10 348.57 0.75 0.61
Hex E6 53 6F 0 40 34 A 15D 4B 3D
Octal 346 123 157 0 100 64 12 535 113 75
Binary 11100110 1010011 1101111 0 1000000 110100 1010 101011101 1001011 111101

Color Harmonies of #E6536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6536F

Black with #E6536F

Text Example


Text Example

White with #E6536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6536F; }

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

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

background-color css

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

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

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

border-color css

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

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

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