Html Css Color HEX #E0467F Cranberry

📋 copy color: '#E0467F'

red 224 ◦ green 70 ◦ blue 127

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

Shades of Cranberry #E0467F

Tints of Cranberry #E0467F

RGB

 RED value IS 224 (87.89% from 255) = 53.21%

 GREEN value IS 70 (27.73% from 255) = 16.63%

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

R = 53.21%
G = 16.63%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0467F (or 0xE0467F) is known color: Cranberry. HEX triplet: E0, 46 and 7F. RGB value is (224,70,127). Sum of RGB (Red+Green+Blue) = 224+70+127=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E0467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0467F is #1FB980. Grayscale: #7A7A7A. Windows color (decimal): -2079105 or 8341216. OLE color: 8341216.

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

Color convert

RGB 224 70 127 -
CMYK 0 0.69 0.43 0.12
HSL 337.79º 0.71% 0.58% -
HSV(B) 337.79º 0.69% 0.88% -
XYZ 36.76 21.76 22.34 -
YUV 122.54 130.52 200.37 -
System Red Green Blue C M Y K H S L
Decimal 224 70 127 0 0.69 0.43 0.12 337.79 0.71 0.58
Hex E0 46 7F 0 45 2B C 152 47 3A
Octal 340 106 177 0 105 53 14 522 107 72
Binary 11100000 1000110 1111111 0 1000101 101011 1100 101010010 1000111 111010

Color Harmonies of #E0467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0467F

Black with #E0467F

Text Example


Text Example

White with #E0467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0467F; }

 p { color: rgb(224,70,127); }

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

background-color css

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

 a { background-color: rgb(224,70,127); }

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

border-color css

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

 span { border-color: rgb(224,70,127); }

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