Html Css Color HEX #E2487D Cranberry

📋 copy color: '#E2487D'

red 226 ◦ green 72 ◦ blue 125

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

Shades of Cranberry #E2487D

Tints of Cranberry #E2487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.02%

 BLUE value IS 125 (49.22% from 255) = 29.55%

R = 53.43%
G = 17.02%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2487D (or 0xE2487D) is known color: Cranberry. HEX triplet: E2, 48 and 7D. RGB value is (226,72,125). Sum of RGB (Red+Green+Blue) = 226+72+125=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E2487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2487D is #1DB782. Grayscale: #7C7C7C. Windows color (decimal): -1947523 or 8210658. OLE color: 8210658.

HSL color Cylindrical-coordinate representation of color #E2487D: hue angle of 339.35º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2487D is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 72 125 -
CMYK 0 0.68 0.45 0.11
HSL 339.35º 0.73% 0.58% -
HSV(B) 339.35º 0.68% 0.89% -
XYZ 37.38 22.28 21.73 -
YUV 124.09 128.52 200.69 -
System Red Green Blue C M Y K H S L
Decimal 226 72 125 0 0.68 0.45 0.11 339.35 0.73 0.58
Hex E2 48 7D 0 44 2D B 153 49 3A
Octal 342 110 175 0 104 55 13 523 111 72
Binary 11100010 1001000 1111101 0 1000100 101101 1011 101010011 1001001 111010

Color Harmonies of #E2487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2487D

Black with #E2487D

Text Example


Text Example

White with #E2487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2487D; }

 p { color: rgb(226,72,125); }

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

background-color css

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

 a { background-color: rgb(226,72,125); }

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

border-color css

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

 span { border-color: rgb(226,72,125); }

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