Html Css Color HEX #E03F72 Cranberry

📋 copy color: '#E03F72'

red 224 ◦ green 63 ◦ blue 114

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

Shades of Cranberry #E03F72

Tints of Cranberry #E03F72

RGB

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

 GREEN value IS 63 (25% from 255) = 15.71%

 BLUE value IS 114 (44.92% from 255) = 28.43%

R = 55.86%
G = 15.71%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E03F72 (or 0xE03F72) is known color: Cranberry. HEX triplet: E0, 3F and 72. RGB value is (224,63,114). Sum of RGB (Red+Green+Blue) = 224+63+114=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03F72 is #1FC08D. Grayscale: #747474. Windows color (decimal): -2080910 or 7487456. OLE color: 7487456.

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

Color convert

RGB 224 63 114 -
CMYK 0 0.72 0.49 0.12
HSL 340.99º 0.72% 0.56% -
HSV(B) 340.99º 0.72% 0.88% -
XYZ 35.56 20.62 18.03 -
YUV 116.95 126.34 204.35 -
System Red Green Blue C M Y K H S L
Decimal 224 63 114 0 0.72 0.49 0.12 340.99 0.72 0.56
Hex E0 3F 72 0 48 31 C 155 48 38
Octal 340 77 162 0 110 61 14 525 110 70
Binary 11100000 111111 1110010 0 1001000 110001 1100 101010101 1001000 111000

Color Harmonies of #E03F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03F72

Black with #E03F72

Text Example


Text Example

White with #E03F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03F72; }

 p { color: rgb(224,63,114); }

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

background-color css

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

 a { background-color: rgb(224,63,114); }

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

border-color css

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

 span { border-color: rgb(224,63,114); }

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