Html Css Color HEX #E1517A Cranberry

📋 copy color: '#E1517A'

red 225 ◦ green 81 ◦ blue 122

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

Shades of Cranberry #E1517A

Tints of Cranberry #E1517A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.93%

 BLUE value IS 122 (48.05% from 255) = 28.5%

R = 52.57%
G = 18.93%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1517A (or 0xE1517A) is known color: Cranberry. HEX triplet: E1, 51 and 7A. RGB value is (225,81,122). Sum of RGB (Red+Green+Blue) = 225+81+122=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1517A is #1EAE85. Grayscale: #808080. Windows color (decimal): -2010758 or 8016353. OLE color: 8016353.

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

Color convert

RGB 225 81 122 -
CMYK 0 0.64 0.46 0.12
HSL 342.92º 0.71% 0.6% -
HSV(B) 342.92º 0.64% 0.88% -
XYZ 37.51 23.3 20.93 -
YUV 128.73 124.21 196.67 -
System Red Green Blue C M Y K H S L
Decimal 225 81 122 0 0.64 0.46 0.12 342.92 0.71 0.6
Hex E1 51 7A 0 40 2E C 157 47 3C
Octal 341 121 172 0 100 56 14 527 107 74
Binary 11100001 1010001 1111010 0 1000000 101110 1100 101010111 1000111 111100

Color Harmonies of #E1517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1517A

Black with #E1517A

Text Example


Text Example

White with #E1517A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1517A; }

 p { color: rgb(225,81,122); }

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

background-color css

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

 a { background-color: rgb(225,81,122); }

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

border-color css

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

 span { border-color: rgb(225,81,122); }

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