Html Css Color HEX #E25278 Cranberry

📋 copy color: '#E25278'

red 226 ◦ green 82 ◦ blue 120

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

Shades of Cranberry #E25278

Tints of Cranberry #E25278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.04%

R = 52.8%
G = 19.16%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E25278 (or 0xE25278) is known color: Cranberry. HEX triplet: E2, 52 and 78. RGB value is (226,82,120). Sum of RGB (Red+Green+Blue) = 226+82+120=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E25278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25278 is #1DAD87. Grayscale: #818181. Windows color (decimal): -1944968 or 7885538. OLE color: 7885538.

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

Color convert

RGB 226 82 120 -
CMYK 0 0.64 0.47 0.11
HSL 344.17º 0.71% 0.6% -
HSV(B) 344.17º 0.64% 0.89% -
XYZ 37.77 23.56 20.33 -
YUV 129.39 122.71 196.91 -
System Red Green Blue C M Y K H S L
Decimal 226 82 120 0 0.64 0.47 0.11 344.17 0.71 0.6
Hex E2 52 78 0 40 2F B 158 47 3C
Octal 342 122 170 0 100 57 13 530 107 74
Binary 11100010 1010010 1111000 0 1000000 101111 1011 101011000 1000111 111100

Color Harmonies of #E25278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25278

Black with #E25278

Text Example


Text Example

White with #E25278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25278; }

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

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

background-color css

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

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

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

border-color css

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

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

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