Html Css Color HEX #E25672 Cranberry

📋 copy color: '#E25672'

red 226 ◦ green 86 ◦ blue 114

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

Shades of Cranberry #E25672

Tints of Cranberry #E25672

RGB

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

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

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

R = 53.05%
G = 20.19%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E25672 (or 0xE25672) is known color: Cranberry. HEX triplet: E2, 56 and 72. RGB value is (226,86,114). Sum of RGB (Red+Green+Blue) = 226+86+114=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E25672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25672 is #1DA98D. Grayscale: #838383. Windows color (decimal): -1943950 or 7493346. OLE color: 7493346.

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

Color convert

RGB 226 86 114 -
CMYK 0 0.62 0.50 0.11
HSL 348º 0.71% 0.61% -
HSV(B) 348º 0.62% 0.89% -
XYZ 37.73 24.04 18.57 -
YUV 131.05 118.38 195.72 -
System Red Green Blue C M Y K H S L
Decimal 226 86 114 0 0.62 0.50 0.11 348 0.71 0.61
Hex E2 56 72 0 3E 32 B 15C 47 3D
Octal 342 126 162 0 76 62 13 534 107 75
Binary 11100010 1010110 1110010 0 111110 110010 1011 101011100 1000111 111101

Color Harmonies of #E25672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25672

Black with #E25672

Text Example


Text Example

White with #E25672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25672; }

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

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

background-color css

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

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

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

border-color css

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

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

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