Html Css Color HEX #E25269 Cranberry

📋 copy color: '#E25269'

red 226 ◦ green 82 ◦ blue 105

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

Shades of Cranberry #E25269

Tints of Cranberry #E25269

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.85%

 BLUE value IS 105 (41.41% from 255) = 25.42%

R = 54.72%
G = 19.85%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E25269 (or 0xE25269) is known color: Cranberry. HEX triplet: E2, 52 and 69. RGB value is (226,82,105). Sum of RGB (Red+Green+Blue) = 226+82+105=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E25269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25269 is #1DAD96. Grayscale: #7F7F7F. Windows color (decimal): -1944983 or 6902498. OLE color: 6902498.

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

Color convert

RGB 226 82 105 -
CMYK 0 0.64 0.54 0.11
HSL 350.42º 0.71% 0.6% -
HSV(B) 350.42º 0.64% 0.89% -
XYZ 36.93 23.22 15.9 -
YUV 127.68 115.21 198.13 -
System Red Green Blue C M Y K H S L
Decimal 226 82 105 0 0.64 0.54 0.11 350.42 0.71 0.6
Hex E2 52 69 0 40 36 B 15E 47 3C
Octal 342 122 151 0 100 66 13 536 107 74
Binary 11100010 1010010 1101001 0 1000000 110110 1011 101011110 1000111 111100

Color Harmonies of #E25269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25269

Black with #E25269

Text Example


Text Example

White with #E25269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25269; }

 p { color: rgb(226,82,105); }

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

background-color css

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

 a { background-color: rgb(226,82,105); }

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

border-color css

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

 span { border-color: rgb(226,82,105); }

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