Html Css Color HEX #E2466A Cranberry

📋 copy color: '#E2466A'

red 226 ◦ green 70 ◦ blue 106

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

Shades of Cranberry #E2466A

Tints of Cranberry #E2466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.41%

 BLUE value IS 106 (41.8% from 255) = 26.37%

R = 56.22%
G = 17.41%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2466A (or 0xE2466A) is known color: Cranberry. HEX triplet: E2, 46 and 6A. RGB value is (226,70,106). Sum of RGB (Red+Green+Blue) = 226+70+106=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E2466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2466A is #1DB995. Grayscale: #787878. Windows color (decimal): -1948054 or 6964962. OLE color: 6964962.

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

Color convert

RGB 226 70 106 -
CMYK 0 0.69 0.53 0.11
HSL 346.15º 0.73% 0.58% -
HSV(B) 346.15º 0.69% 0.89% -
XYZ 36.16 21.59 15.9 -
YUV 120.75 119.68 203.07 -
System Red Green Blue C M Y K H S L
Decimal 226 70 106 0 0.69 0.53 0.11 346.15 0.73 0.58
Hex E2 46 6A 0 45 35 B 15A 49 3A
Octal 342 106 152 0 105 65 13 532 111 72
Binary 11100010 1000110 1101010 0 1000101 110101 1011 101011010 1001001 111010

Color Harmonies of #E2466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2466A

Black with #E2466A

Text Example


Text Example

White with #E2466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2466A; }

 p { color: rgb(226,70,106); }

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

background-color css

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

 a { background-color: rgb(226,70,106); }

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

border-color css

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

 span { border-color: rgb(226,70,106); }

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