Html Css Color HEX #E25573 Cranberry

📋 copy color: '#E25573'

red 226 ◦ green 85 ◦ blue 115

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

Shades of Cranberry #E25573

Tints of Cranberry #E25573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.95%

 BLUE value IS 115 (45.31% from 255) = 27%

R = 53.05%
G = 19.95%
B = 27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E25573 (or 0xE25573) is known color: Cranberry. HEX triplet: E2, 55 and 73. RGB value is (226,85,115). Sum of RGB (Red+Green+Blue) = 226+85+115=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E25573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25573 is #1DAA8C. Grayscale: #828282. Windows color (decimal): -1944205 or 7558626. OLE color: 7558626.

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

Color convert

RGB 226 85 115 -
CMYK 0 0.62 0.49 0.11
HSL 347.23º 0.71% 0.61% -
HSV(B) 347.23º 0.62% 0.89% -
XYZ 37.71 23.9 18.85 -
YUV 130.58 119.21 196.06 -
System Red Green Blue C M Y K H S L
Decimal 226 85 115 0 0.62 0.49 0.11 347.23 0.71 0.61
Hex E2 55 73 0 3E 31 B 15B 47 3D
Octal 342 125 163 0 76 61 13 533 107 75
Binary 11100010 1010101 1110011 0 111110 110001 1011 101011011 1000111 111101

Color Harmonies of #E25573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25573

Black with #E25573

Text Example


Text Example

White with #E25573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25573; }

 p { color: rgb(226,85,115); }

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

background-color css

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

 a { background-color: rgb(226,85,115); }

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

border-color css

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

 span { border-color: rgb(226,85,115); }

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