Html Css Color HEX #E25671 Cranberry

📋 copy color: '#E25671'

red 226 ◦ green 86 ◦ blue 113

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

Shades of Cranberry #E25671

Tints of Cranberry #E25671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.24%

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

R = 53.18%
G = 20.24%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E25671 (or 0xE25671) is known color: Cranberry. HEX triplet: E2, 56 and 71. RGB value is (226,86,113). Sum of RGB (Red+Green+Blue) = 226+86+113=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E25671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25671 is #1DA98E. Grayscale: #828282. Windows color (decimal): -1943951 or 7427810. OLE color: 7427810.

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

Color convert

RGB 226 86 113 -
CMYK 0 0.62 0.5 0.11
HSL 348.43º 0.71% 0.61% -
HSV(B) 348.43º 0.62% 0.89% -
XYZ 37.67 24.02 18.27 -
YUV 130.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 226 86 113 0 0.62 0.5 0.11 348.43 0.71 0.61
Hex E2 56 71 0 3E 32 B 15C 47 3D
Octal 342 126 161 0 76 62 13 534 107 75
Binary 11100010 1010110 1110001 0 111110 110010 1011 101011100 1000111 111101

Color Harmonies of #E25671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25671

Black with #E25671

Text Example


Text Example

White with #E25671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25671; }

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

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

background-color css

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

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

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

border-color css

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

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

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