Html Css Color HEX #E2576A Cranberry

📋 copy color: '#E2576A'

red 226 ◦ green 87 ◦ blue 106

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

Shades of Cranberry #E2576A

Tints of Cranberry #E2576A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.76%

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

R = 53.94%
G = 20.76%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2576A (or 0xE2576A) is known color: Cranberry. HEX triplet: E2, 57 and 6A. RGB value is (226,87,106). Sum of RGB (Red+Green+Blue) = 226+87+106=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2576A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2576A is #1DA895. Grayscale: #828282. Windows color (decimal): -1943702 or 6969314. OLE color: 6969314.

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

Color convert

RGB 226 87 106 -
CMYK 0 0.62 0.53 0.11
HSL 351.8º 0.71% 0.61% -
HSV(B) 351.8º 0.62% 0.89% -
XYZ 37.37 24.03 16.3 -
YUV 130.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 226 87 106 0 0.62 0.53 0.11 351.8 0.71 0.61
Hex E2 57 6A 0 3E 35 B 160 47 3D
Octal 342 127 152 0 76 65 13 540 107 75
Binary 11100010 1010111 1101010 0 111110 110101 1011 101100000 1000111 111101

Color Harmonies of #E2576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2576A

Black with #E2576A

Text Example


Text Example

White with #E2576A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2576A; }

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

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

background-color css

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

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

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

border-color css

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

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

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