Html Css Color HEX #E4506C Cranberry

📋 copy color: '#E4506C'

red 228 ◦ green 80 ◦ blue 108

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

Shades of Cranberry #E4506C

Tints of Cranberry #E4506C

RGB

 RED value IS 228 (89.45% from 255) = 54.81%

 GREEN value IS 80 (31.64% from 255) = 19.23%

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

R = 54.81%
G = 19.23%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E4506C (or 0xE4506C) is known color: Cranberry. HEX triplet: E4, 50 and 6C. RGB value is (228,80,108). Sum of RGB (Red+Green+Blue) = 228+80+108=416 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.81% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 228 - color contains mainly: red. Hex color #E4506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4506C is #1BAF93. Grayscale: #7F7F7F. Windows color (decimal): -1814420 or 7098596. OLE color: 7098596.

HSL color Cylindrical-coordinate representation of color #E4506C: hue angle of 348.65º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E4506C is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 80 108 -
CMYK 0 0.65 0.53 0.11
HSL 348.65º 0.73% 0.6% -
HSV(B) 348.65º 0.65% 0.89% -
XYZ 37.57 23.31 16.71 -
YUV 127.44 117.03 199.72 -
System Red Green Blue C M Y K H S L
Decimal 228 80 108 0 0.65 0.53 0.11 348.65 0.73 0.6
Hex E4 50 6C 0 41 35 B 15D 49 3C
Octal 344 120 154 0 101 65 13 535 111 74
Binary 11100100 1010000 1101100 0 1000001 110101 1011 101011101 1001001 111100

Color Harmonies of #E4506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4506C

Black with #E4506C

Text Example


Text Example

White with #E4506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4506C; }

 p { color: rgb(228,80,108); }

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

background-color css

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

 a { background-color: rgb(228,80,108); }

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

border-color css

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

 span { border-color: rgb(228,80,108); }

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