Html Css Color HEX #E1417E Cranberry

📋 copy color: '#E1417E'

red 225 ◦ green 65 ◦ blue 126

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

Shades of Cranberry #E1417E

Tints of Cranberry #E1417E

RGB

 RED value IS 225 (88.28% from 255) = 54.09%

 GREEN value IS 65 (25.78% from 255) = 15.63%

 BLUE value IS 126 (49.61% from 255) = 30.29%

R = 54.09%
G = 15.63%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1417E (or 0xE1417E) is known color: Cranberry. HEX triplet: E1, 41 and 7E. RGB value is (225,65,126). Sum of RGB (Red+Green+Blue) = 225+65+126=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1417E is #1EBE81. Grayscale: #777777. Windows color (decimal): -2014850 or 8274401. OLE color: 8274401.

HSL color Cylindrical-coordinate representation of color #E1417E: hue angle of 337.12º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1417E is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 65 126 -
CMYK 0 0.71 0.44 0.12
HSL 337.13º 0.73% 0.57% -
HSV(B) 337.13º 0.71% 0.88% -
XYZ 36.71 21.29 21.91 -
YUV 119.79 131.51 203.04 -
System Red Green Blue C M Y K H S L
Decimal 225 65 126 0 0.71 0.44 0.12 337.13 0.73 0.57
Hex E1 41 7E 0 47 2C C 151 49 39
Octal 341 101 176 0 107 54 14 521 111 71
Binary 11100001 1000001 1111110 0 1000111 101100 1100 101010001 1001001 111001

Color Harmonies of #E1417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1417E

Black with #E1417E

Text Example


Text Example

White with #E1417E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1417E; }

 p { color: rgb(225,65,126); }

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

background-color css

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

 a { background-color: rgb(225,65,126); }

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

border-color css

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

 span { border-color: rgb(225,65,126); }

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