Html Css Color HEX #E0467D Cranberry

📋 copy color: '#E0467D'

red 224 ◦ green 70 ◦ blue 125

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

Shades of Cranberry #E0467D

Tints of Cranberry #E0467D

RGB

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

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

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

R = 53.46%
G = 16.71%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0467D (or 0xE0467D) is known color: Cranberry. HEX triplet: E0, 46 and 7D. RGB value is (224,70,125). Sum of RGB (Red+Green+Blue) = 224+70+125=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E0467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0467D is #1FB982. Grayscale: #7A7A7A. Windows color (decimal): -2079107 or 8210144. OLE color: 8210144.

HSL color Cylindrical-coordinate representation of color #E0467D: hue angle of 338.57º 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 #E0467D is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 70 125 -
CMYK 0 0.69 0.44 0.12
HSL 338.57º 0.71% 0.58% -
HSV(B) 338.57º 0.69% 0.88% -
XYZ 36.63 21.71 21.66 -
YUV 122.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 224 70 125 0 0.69 0.44 0.12 338.57 0.71 0.58
Hex E0 46 7D 0 45 2C C 153 47 3A
Octal 340 106 175 0 105 54 14 523 107 72
Binary 11100000 1000110 1111101 0 1000101 101100 1100 101010011 1000111 111010

Color Harmonies of #E0467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0467D

Black with #E0467D

Text Example


Text Example

White with #E0467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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