Html Css Color HEX #E1426D Cranberry

📋 copy color: '#E1426D'

red 225 ◦ green 66 ◦ blue 109

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

Shades of Cranberry #E1426D

Tints of Cranberry #E1426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.25%

R = 56.25%
G = 16.5%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1426D (or 0xE1426D) is known color: Cranberry. HEX triplet: E1, 42 and 6D. RGB value is (225,66,109). Sum of RGB (Red+Green+Blue) = 225+66+109=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1426D is #1EBD92. Grayscale: #767676. Windows color (decimal): -2014611 or 7160545. OLE color: 7160545.

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

Color convert

RGB 225 66 109 -
CMYK 0 0.71 0.52 0.12
HSL 343.77º 0.73% 0.57% -
HSV(B) 343.77º 0.71% 0.88% -
XYZ 35.76 21.01 16.64 -
YUV 118.44 122.68 204 -
System Red Green Blue C M Y K H S L
Decimal 225 66 109 0 0.71 0.52 0.12 343.77 0.73 0.57
Hex E1 42 6D 0 47 34 C 158 49 39
Octal 341 102 155 0 107 64 14 530 111 71
Binary 11100001 1000010 1101101 0 1000111 110100 1100 101011000 1001001 111001

Color Harmonies of #E1426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1426D

Black with #E1426D

Text Example


Text Example

White with #E1426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1426D; }

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

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

background-color css

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

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

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

border-color css

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

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

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