Html Css Color HEX #E25168 Cranberry

📋 copy color: '#E25168'

red 226 ◦ green 81 ◦ blue 104

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

Shades of Cranberry #E25168

Tints of Cranberry #E25168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.71%

 BLUE value IS 104 (41.02% from 255) = 25.3%

R = 54.99%
G = 19.71%
B = 25.3%

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

#E25168 (or 0xE25168) is known color: Cranberry. HEX triplet: E2, 51 and 68. RGB value is (226,81,104). Sum of RGB (Red+Green+Blue) = 226+81+104=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E25168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25168 is #1DAE97. Grayscale: #7F7F7F. Windows color (decimal): -1945240 or 6836706. OLE color: 6836706.

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

Color convert

RGB 226 81 104 -
CMYK 0 0.64 0.54 0.11
HSL 350.48º 0.71% 0.6% -
HSV(B) 350.48º 0.64% 0.89% -
XYZ 36.81 23.05 15.61 -
YUV 126.98 115.04 198.63 -
System Red Green Blue C M Y K H S L
Decimal 226 81 104 0 0.64 0.54 0.11 350.48 0.71 0.6
Hex E2 51 68 0 40 36 B 15E 47 3C
Octal 342 121 150 0 100 66 13 536 107 74
Binary 11100010 1010001 1101000 0 1000000 110110 1011 101011110 1000111 111100

Color Harmonies of #E25168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25168

Black with #E25168

Text Example


Text Example

White with #E25168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25168; }

 p { color: rgb(226,81,104); }

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

background-color css

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

 a { background-color: rgb(226,81,104); }

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

border-color css

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

 span { border-color: rgb(226,81,104); }

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