Html Css Color HEX #E04B7D Cranberry

📋 copy color: '#E04B7D'

red 224 ◦ green 75 ◦ blue 125

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

Shades of Cranberry #E04B7D

Tints of Cranberry #E04B7D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.69%

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

R = 52.83%
G = 17.69%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E04B7D (or 0xE04B7D) is known color: Cranberry. HEX triplet: E0, 4B and 7D. RGB value is (224,75,125). Sum of RGB (Red+Green+Blue) = 224+75+125=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04B7D is #1FB482. Grayscale: #7D7D7D. Windows color (decimal): -2077827 or 8211424. OLE color: 8211424.

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

Color convert

RGB 224 75 125 -
CMYK 0 0.67 0.44 0.12
HSL 339.87º 0.71% 0.59% -
HSV(B) 339.87º 0.67% 0.88% -
XYZ 36.96 22.36 21.77 -
YUV 125.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 224 75 125 0 0.67 0.44 0.12 339.87 0.71 0.59
Hex E0 4B 7D 0 43 2C C 154 47 3B
Octal 340 113 175 0 103 54 14 524 107 73
Binary 11100000 1001011 1111101 0 1000011 101100 1100 101010100 1000111 111011

Color Harmonies of #E04B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04B7D

Black with #E04B7D

Text Example


Text Example

White with #E04B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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