Html Css Color HEX #E04F7F Cranberry

📋 copy color: '#E04F7F'

red 224 ◦ green 79 ◦ blue 127

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

Shades of Cranberry #E04F7F

Tints of Cranberry #E04F7F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.37%

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

R = 52.09%
G = 18.37%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E04F7F (or 0xE04F7F) is known color: Cranberry. HEX triplet: E0, 4F and 7F. RGB value is (224,79,127). Sum of RGB (Red+Green+Blue) = 224+79+127=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F7F is #1FB080. Grayscale: #7F7F7F. Windows color (decimal): -2076801 or 8343520. OLE color: 8343520.

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

Color convert

RGB 224 79 127 -
CMYK 0 0.65 0.43 0.12
HSL 340.14º 0.7% 0.59% -
HSV(B) 340.14º 0.65% 0.88% -
XYZ 37.37 22.97 22.54 -
YUV 127.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 224 79 127 0 0.65 0.43 0.12 340.14 0.7 0.59
Hex E0 4F 7F 0 41 2B C 154 46 3B
Octal 340 117 177 0 101 53 14 524 106 73
Binary 11100000 1001111 1111111 0 1000001 101011 1100 101010100 1000110 111011

Color Harmonies of #E04F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F7F

Black with #E04F7F

Text Example


Text Example

White with #E04F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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