Html Css Color HEX #E1417C Cranberry

📋 copy color: '#E1417C'

red 225 ◦ green 65 ◦ blue 124

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

Shades of Cranberry #E1417C

Tints of Cranberry #E1417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.7%

 BLUE value IS 124 (48.83% from 255) = 29.95%

R = 54.35%
G = 15.7%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1417C (or 0xE1417C) is known color: Cranberry. HEX triplet: E1, 41 and 7C. RGB value is (225,65,124). Sum of RGB (Red+Green+Blue) = 225+65+124=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E1417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1417C is #1EBE83. Grayscale: #777777. Windows color (decimal): -2014852 or 8143329. OLE color: 8143329.

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

Color convert

RGB 225 65 124 -
CMYK 0 0.71 0.45 0.12
HSL 337.88º 0.73% 0.57% -
HSV(B) 337.88º 0.71% 0.88% -
XYZ 36.58 21.24 21.24 -
YUV 119.57 130.51 203.2 -
System Red Green Blue C M Y K H S L
Decimal 225 65 124 0 0.71 0.45 0.12 337.88 0.73 0.57
Hex E1 41 7C 0 47 2D C 152 49 39
Octal 341 101 174 0 107 55 14 522 111 71
Binary 11100001 1000001 1111100 0 1000111 101101 1100 101010010 1001001 111001

Color Harmonies of #E1417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1417C

Black with #E1417C

Text Example


Text Example

White with #E1417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1417C; }

 p { color: rgb(225,65,124); }

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

background-color css

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

 a { background-color: rgb(225,65,124); }

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

border-color css

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

 span { border-color: rgb(225,65,124); }

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