Html Css Color HEX #E1506A Cranberry

📋 copy color: '#E1506A'

red 225 ◦ green 80 ◦ blue 106

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

Shades of Cranberry #E1506A

Tints of Cranberry #E1506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.79%

R = 54.74%
G = 19.46%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1506A (or 0xE1506A) is known color: Cranberry. HEX triplet: E1, 50 and 6A. RGB value is (225,80,106). Sum of RGB (Red+Green+Blue) = 225+80+106=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E1506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1506A is #1EAF95. Grayscale: #7E7E7E. Windows color (decimal): -2011030 or 6967521. OLE color: 6967521.

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

Color convert

RGB 225 80 106 -
CMYK 0 0.64 0.53 0.12
HSL 349.24º 0.71% 0.6% -
HSV(B) 349.24º 0.64% 0.88% -
XYZ 36.52 22.79 16.11 -
YUV 126.32 116.54 198.39 -
System Red Green Blue C M Y K H S L
Decimal 225 80 106 0 0.64 0.53 0.12 349.24 0.71 0.6
Hex E1 50 6A 0 40 35 C 15D 47 3C
Octal 341 120 152 0 100 65 14 535 107 74
Binary 11100001 1010000 1101010 0 1000000 110101 1100 101011101 1000111 111100

Color Harmonies of #E1506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1506A

Black with #E1506A

Text Example


Text Example

White with #E1506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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