Html Css Color HEX #E1426E Cranberry

📋 copy color: '#E1426E'

red 225 ◦ green 66 ◦ blue 110

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

Shades of Cranberry #E1426E

Tints of Cranberry #E1426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.46%

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

R = 56.11%
G = 16.46%
B = 27.43%

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

#E1426E (or 0xE1426E) is known color: Cranberry. HEX triplet: E1, 42 and 6E. RGB value is (225,66,110). Sum of RGB (Red+Green+Blue) = 225+66+110=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1426E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1426E is #1EBD91. Grayscale: #767676. Windows color (decimal): -2014610 or 7226081. OLE color: 7226081.

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

Color convert

RGB 225 66 110 -
CMYK 0 0.71 0.51 0.12
HSL 343.4º 0.73% 0.57% -
HSV(B) 343.4º 0.71% 0.88% -
XYZ 35.81 21.03 16.92 -
YUV 118.56 123.18 203.92 -
System Red Green Blue C M Y K H S L
Decimal 225 66 110 0 0.71 0.51 0.12 343.4 0.73 0.57
Hex E1 42 6E 0 47 33 C 157 49 39
Octal 341 102 156 0 107 63 14 527 111 71
Binary 11100001 1000010 1101110 0 1000111 110011 1100 101010111 1001001 111001

Color Harmonies of #E1426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1426E

Black with #E1426E

Text Example


Text Example

White with #E1426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1426E; }

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

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

background-color css

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

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

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

border-color css

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

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

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