Html Css Color HEX #E2506E Cranberry

📋 copy color: '#E2506E'

red 226 ◦ green 80 ◦ blue 110

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

Shades of Cranberry #E2506E

Tints of Cranberry #E2506E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.23%

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

R = 54.33%
G = 19.23%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2506E (or 0xE2506E) is known color: Cranberry. HEX triplet: E2, 50 and 6E. RGB value is (226,80,110). Sum of RGB (Red+Green+Blue) = 226+80+110=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E2506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2506E is #1DAF91. Grayscale: #7F7F7F. Windows color (decimal): -1945490 or 7229666. OLE color: 7229666.

HSL color Cylindrical-coordinate representation of color #E2506E: hue angle of 347.67º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2506E is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 80 110 -
CMYK 0 0.65 0.51 0.11
HSL 347.67º 0.72% 0.6% -
HSV(B) 347.67º 0.65% 0.89% -
XYZ 37.05 23.03 17.24 -
YUV 127.07 118.37 198.56 -
System Red Green Blue C M Y K H S L
Decimal 226 80 110 0 0.65 0.51 0.11 347.67 0.72 0.6
Hex E2 50 6E 0 41 33 B 15C 48 3C
Octal 342 120 156 0 101 63 13 534 110 74
Binary 11100010 1010000 1101110 0 1000001 110011 1011 101011100 1001000 111100

Color Harmonies of #E2506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2506E

Black with #E2506E

Text Example


Text Example

White with #E2506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2506E; }

 p { color: rgb(226,80,110); }

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

background-color css

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

 a { background-color: rgb(226,80,110); }

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

border-color css

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

 span { border-color: rgb(226,80,110); }

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