Html Css Color HEX #E2506F Cranberry

📋 copy color: '#E2506F'

red 226 ◦ green 80 ◦ blue 111

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

Shades of Cranberry #E2506F

Tints of Cranberry #E2506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.62%

R = 54.2%
G = 19.18%
B = 26.62%

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

#E2506F (or 0xE2506F) is known color: Cranberry. HEX triplet: E2, 50 and 6F. RGB value is (226,80,111). Sum of RGB (Red+Green+Blue) = 226+80+111=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2506F is #1DAF90. Grayscale: #7F7F7F. Windows color (decimal): -1945489 or 7295202. OLE color: 7295202.

HSL color Cylindrical-coordinate representation of color #E2506F: hue angle of 347.26º 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 #E2506F is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 80 111 -
CMYK 0 0.65 0.51 0.11
HSL 347.26º 0.72% 0.6% -
HSV(B) 347.26º 0.65% 0.89% -
XYZ 37.1 23.05 17.53 -
YUV 127.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 226 80 111 0 0.65 0.51 0.11 347.26 0.72 0.6
Hex E2 50 6F 0 41 33 B 15B 48 3C
Octal 342 120 157 0 101 63 13 533 110 74
Binary 11100010 1010000 1101111 0 1000001 110011 1011 101011011 1001000 111100

Color Harmonies of #E2506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2506F

Black with #E2506F

Text Example


Text Example

White with #E2506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2506F; }

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

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

background-color css

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

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

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

border-color css

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

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

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