Html Css Color HEX #E25B72 Cranberry

📋 copy color: '#E25B72'

red 226 ◦ green 91 ◦ blue 114

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

Shades of Cranberry #E25B72

Tints of Cranberry #E25B72

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.11%

 BLUE value IS 114 (44.92% from 255) = 26.45%

R = 52.44%
G = 21.11%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E25B72 (or 0xE25B72) is known color: Cranberry. HEX triplet: E2, 5B and 72. RGB value is (226,91,114). Sum of RGB (Red+Green+Blue) = 226+91+114=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25B72 is #1DA48D. Grayscale: #868686. Windows color (decimal): -1942670 or 7494626. OLE color: 7494626.

HSL color Cylindrical-coordinate representation of color #E25B72: hue angle of 349.78º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25B72 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 91 114 -
CMYK 0 0.60 0.50 0.11
HSL 349.78º 0.7% 0.62% -
HSV(B) 349.78º 0.6% 0.89% -
XYZ 38.14 24.87 18.71 -
YUV 133.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 226 91 114 0 0.60 0.50 0.11 349.78 0.7 0.62
Hex E2 5B 72 0 3C 32 B 15E 46 3E
Octal 342 133 162 0 74 62 13 536 106 76
Binary 11100010 1011011 1110010 0 111100 110010 1011 101011110 1000110 111110

Color Harmonies of #E25B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25B72

Black with #E25B72

Text Example


Text Example

White with #E25B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25B72; }

 p { color: rgb(226,91,114); }

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

background-color css

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

 a { background-color: rgb(226,91,114); }

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

border-color css

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

 span { border-color: rgb(226,91,114); }

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