Html Css Color HEX #E1506B Cranberry

📋 copy color: '#E1506B'

red 225 ◦ green 80 ◦ blue 107

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

Shades of Cranberry #E1506B

Tints of Cranberry #E1506B

RGB

 RED value IS 225 (88.28% from 255) = 54.61%

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

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

R = 54.61%
G = 19.42%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1506B (or 0xE1506B) is known color: Cranberry. HEX triplet: E1, 50 and 6B. RGB value is (225,80,107). Sum of RGB (Red+Green+Blue) = 225+80+107=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E1506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1506B is #1EAF94. Grayscale: #7E7E7E. Windows color (decimal): -2011029 or 7033057. OLE color: 7033057.

HSL color Cylindrical-coordinate representation of color #E1506B: hue angle of 348.83º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1506B is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 80 107 -
CMYK 0 0.64 0.52 0.12
HSL 348.83º 0.71% 0.6% -
HSV(B) 348.83º 0.64% 0.88% -
XYZ 36.57 22.81 16.38 -
YUV 126.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 225 80 107 0 0.64 0.52 0.12 348.83 0.71 0.6
Hex E1 50 6B 0 40 34 C 15D 47 3C
Octal 341 120 153 0 100 64 14 535 107 74
Binary 11100001 1010000 1101011 0 1000000 110100 1100 101011101 1000111 111100

Color Harmonies of #E1506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1506B

Black with #E1506B

Text Example


Text Example

White with #E1506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1506B; }

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

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

background-color css

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

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

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

border-color css

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

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

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