Html Css Color HEX #E25471 Cranberry

📋 copy color: '#E25471'

red 226 ◦ green 84 ◦ blue 113

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

Shades of Cranberry #E25471

Tints of Cranberry #E25471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.86%

 BLUE value IS 113 (44.53% from 255) = 26.71%

R = 53.43%
G = 19.86%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E25471 (or 0xE25471) is known color: Cranberry. HEX triplet: E2, 54 and 71. RGB value is (226,84,113). Sum of RGB (Red+Green+Blue) = 226+84+113=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E25471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25471 is #1DAB8E. Grayscale: #818181. Windows color (decimal): -1944463 or 7427298. OLE color: 7427298.

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

Color convert

RGB 226 84 113 -
CMYK 0 0.63 0.5 0.11
HSL 347.75º 0.71% 0.61% -
HSV(B) 347.75º 0.63% 0.89% -
XYZ 37.51 23.7 18.22 -
YUV 129.76 118.54 196.64 -
System Red Green Blue C M Y K H S L
Decimal 226 84 113 0 0.63 0.5 0.11 347.75 0.71 0.61
Hex E2 54 71 0 3F 32 B 15C 47 3D
Octal 342 124 161 0 77 62 13 534 107 75
Binary 11100010 1010100 1110001 0 111111 110010 1011 101011100 1000111 111101

Color Harmonies of #E25471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25471

Black with #E25471

Text Example


Text Example

White with #E25471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25471; }

 p { color: rgb(226,84,113); }

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

background-color css

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

 a { background-color: rgb(226,84,113); }

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

border-color css

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

 span { border-color: rgb(226,84,113); }

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