Html Css Color HEX #E1416E Cranberry

📋 copy color: '#E1416E'

red 225 ◦ green 65 ◦ blue 110

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

Shades of Cranberry #E1416E

Tints of Cranberry #E1416E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.5%

R = 56.25%
G = 16.25%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1416E (or 0xE1416E) is known color: Cranberry. HEX triplet: E1, 41 and 6E. RGB value is (225,65,110). Sum of RGB (Red+Green+Blue) = 225+65+110=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1416E is #1EBE91. Grayscale: #757575. Windows color (decimal): -2014866 or 7225825. OLE color: 7225825.

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

Color convert

RGB 225 65 110 -
CMYK 0 0.71 0.51 0.12
HSL 343.13º 0.73% 0.57% -
HSV(B) 343.13º 0.71% 0.88% -
XYZ 35.76 20.91 16.9 -
YUV 117.97 123.51 204.34 -
System Red Green Blue C M Y K H S L
Decimal 225 65 110 0 0.71 0.51 0.12 343.13 0.73 0.57
Hex E1 41 6E 0 47 33 C 157 49 39
Octal 341 101 156 0 107 63 14 527 111 71
Binary 11100001 1000001 1101110 0 1000111 110011 1100 101010111 1001001 111001

Color Harmonies of #E1416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1416E

Black with #E1416E

Text Example


Text Example

White with #E1416E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1416E; }

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

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

background-color css

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

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

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

border-color css

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

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

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