Html Css Color HEX #E1407F Cranberry

📋 copy color: '#E1407F'

red 225 ◦ green 64 ◦ blue 127

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

Shades of Cranberry #E1407F

Tints of Cranberry #E1407F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.38%

 BLUE value IS 127 (50% from 255) = 30.53%

R = 54.09%
G = 15.38%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1407F (or 0xE1407F) is known color: Cranberry. HEX triplet: E1, 40 and 7F. RGB value is (225,64,127). Sum of RGB (Red+Green+Blue) = 225+64+127=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1407F is #1EBF80. Grayscale: #777777. Windows color (decimal): -2015105 or 8339681. OLE color: 8339681.

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

Color convert

RGB 225 64 127 -
CMYK 0 0.72 0.44 0.12
HSL 336.52º 0.73% 0.57% -
HSV(B) 336.52º 0.72% 0.88% -
XYZ 36.72 21.21 22.24 -
YUV 119.32 132.34 203.38 -
System Red Green Blue C M Y K H S L
Decimal 225 64 127 0 0.72 0.44 0.12 336.52 0.73 0.57
Hex E1 40 7F 0 48 2C C 151 49 39
Octal 341 100 177 0 110 54 14 521 111 71
Binary 11100001 1000000 1111111 0 1001000 101100 1100 101010001 1001001 111001

Color Harmonies of #E1407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1407F

Black with #E1407F

Text Example


Text Example

White with #E1407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1407F; }

 p { color: rgb(225,64,127); }

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

background-color css

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

 a { background-color: rgb(225,64,127); }

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

border-color css

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

 span { border-color: rgb(225,64,127); }

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