Html Css Color HEX #E6526C Cranberry

📋 copy color: '#E6526C'

red 230 ◦ green 82 ◦ blue 108

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

Shades of Cranberry #E6526C

Tints of Cranberry #E6526C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.52%

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

R = 54.76%
G = 19.52%
B = 25.71%

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

#E6526C (or 0xE6526C) is known color: Cranberry. HEX triplet: E6, 52 and 6C. RGB value is (230,82,108). Sum of RGB (Red+Green+Blue) = 230+82+108=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E6526C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6526C is #19AD93. Grayscale: #818181. Windows color (decimal): -1682836 or 7099110. OLE color: 7099110.

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

Color convert

RGB 230 82 108 -
CMYK 0 0.64 0.53 0.10
HSL 349.46º 0.75% 0.61% -
HSV(B) 349.46º 0.64% 0.9% -
XYZ 38.36 23.94 16.79 -
YUV 129.22 116.03 199.89 -
System Red Green Blue C M Y K H S L
Decimal 230 82 108 0 0.64 0.53 0.10 349.46 0.75 0.61
Hex E6 52 6C 0 40 35 A 15D 4B 3D
Octal 346 122 154 0 100 65 12 535 113 75
Binary 11100110 1010010 1101100 0 1000000 110101 1010 101011101 1001011 111101

Color Harmonies of #E6526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6526C

Black with #E6526C

Text Example


Text Example

White with #E6526C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6526C; }

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

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

background-color css

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

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

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

border-color css

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

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

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