Html Css Color HEX #E4506B Cranberry

📋 copy color: '#E4506B'

red 228 ◦ green 80 ◦ blue 107

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

Shades of Cranberry #E4506B

Tints of Cranberry #E4506B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.78%

R = 54.94%
G = 19.28%
B = 25.78%

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

#E4506B (or 0xE4506B) is known color: Cranberry. HEX triplet: E4, 50 and 6B. RGB value is (228,80,107). Sum of RGB (Red+Green+Blue) = 228+80+107=415 (54% of max value = 765). Red value is 228 (89.45% from 255 or 54.94% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 228 - color contains mainly: red. Hex color #E4506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4506B is #1BAF94. Grayscale: #7F7F7F. Windows color (decimal): -1814421 or 7033060. OLE color: 7033060.

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

Color convert

RGB 228 80 107 -
CMYK 0 0.65 0.53 0.11
HSL 349.05º 0.73% 0.6% -
HSV(B) 349.05º 0.65% 0.89% -
XYZ 37.52 23.29 16.43 -
YUV 127.33 116.53 199.8 -
System Red Green Blue C M Y K H S L
Decimal 228 80 107 0 0.65 0.53 0.11 349.05 0.73 0.6
Hex E4 50 6B 0 41 35 B 15D 49 3C
Octal 344 120 153 0 101 65 13 535 111 74
Binary 11100100 1010000 1101011 0 1000001 110101 1011 101011101 1001001 111100

Color Harmonies of #E4506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4506B

Black with #E4506B

Text Example


Text Example

White with #E4506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4506B; }

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

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

background-color css

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

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

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

border-color css

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

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

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