Html Css Color HEX #E03D75 Cranberry

📋 copy color: '#E03D75'

red 224 ◦ green 61 ◦ blue 117

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

Shades of Cranberry #E03D75

Tints of Cranberry #E03D75

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.17%

 BLUE value IS 117 (46.09% from 255) = 29.1%

R = 55.72%
G = 15.17%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E03D75 (or 0xE03D75) is known color: Cranberry. HEX triplet: E0, 3D and 75. RGB value is (224,61,117). Sum of RGB (Red+Green+Blue) = 224+61+117=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03D75 is #1FC28A. Grayscale: #747474. Windows color (decimal): -2081419 or 7683552. OLE color: 7683552.

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

Color convert

RGB 224 61 117 -
CMYK 0 0.73 0.48 0.12
HSL 339.39º 0.72% 0.56% -
HSV(B) 339.39º 0.73% 0.88% -
XYZ 35.62 20.47 18.9 -
YUV 116.12 128.5 204.95 -
System Red Green Blue C M Y K H S L
Decimal 224 61 117 0 0.73 0.48 0.12 339.39 0.72 0.56
Hex E0 3D 75 0 49 30 C 153 48 38
Octal 340 75 165 0 111 60 14 523 110 70
Binary 11100000 111101 1110101 0 1001001 110000 1100 101010011 1001000 111000

Color Harmonies of #E03D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03D75

Black with #E03D75

Text Example


Text Example

White with #E03D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03D75; }

 p { color: rgb(224,61,117); }

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

background-color css

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

 a { background-color: rgb(224,61,117); }

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

border-color css

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

 span { border-color: rgb(224,61,117); }

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