Html Css Color HEX #E2426D Cranberry

📋 copy color: '#E2426D'

red 226 ◦ green 66 ◦ blue 109

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

Shades of Cranberry #E2426D

Tints of Cranberry #E2426D

RGB

 RED value IS 226 (88.67% from 255) = 56.36%

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

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

R = 56.36%
G = 16.46%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2426D (or 0xE2426D) is known color: Cranberry. HEX triplet: E2, 42 and 6D. RGB value is (226,66,109). Sum of RGB (Red+Green+Blue) = 226+66+109=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2426D is #1DBD92. Grayscale: #767676. Windows color (decimal): -1949075 or 7160546. OLE color: 7160546.

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

Color convert

RGB 226 66 109 -
CMYK 0 0.71 0.52 0.11
HSL 343.88º 0.73% 0.57% -
HSV(B) 343.88º 0.71% 0.89% -
XYZ 36.07 21.17 16.65 -
YUV 118.74 122.51 204.5 -
System Red Green Blue C M Y K H S L
Decimal 226 66 109 0 0.71 0.52 0.11 343.88 0.73 0.57
Hex E2 42 6D 0 47 34 B 158 49 39
Octal 342 102 155 0 107 64 13 530 111 71
Binary 11100010 1000010 1101101 0 1000111 110100 1011 101011000 1001001 111001

Color Harmonies of #E2426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2426D

Black with #E2426D

Text Example


Text Example

White with #E2426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2426D; }

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

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

background-color css

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

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

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

border-color css

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

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

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