Html Css Color HEX #E04B6C Cranberry

📋 copy color: '#E04B6C'

red 224 ◦ green 75 ◦ blue 108

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

Shades of Cranberry #E04B6C

Tints of Cranberry #E04B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.54%

R = 55.04%
G = 18.43%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E04B6C (or 0xE04B6C) is known color: Cranberry. HEX triplet: E0, 4B and 6C. RGB value is (224,75,108). Sum of RGB (Red+Green+Blue) = 224+75+108=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04B6C is #1FB493. Grayscale: #7B7B7B. Windows color (decimal): -2077844 or 7097312. OLE color: 7097312.

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

Color convert

RGB 224 75 108 -
CMYK 0 0.67 0.52 0.12
HSL 346.71º 0.71% 0.59% -
HSV(B) 346.71º 0.67% 0.88% -
XYZ 35.96 21.96 16.53 -
YUV 123.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 224 75 108 0 0.67 0.52 0.12 346.71 0.71 0.59
Hex E0 4B 6C 0 43 34 C 15B 47 3B
Octal 340 113 154 0 103 64 14 533 107 73
Binary 11100000 1001011 1101100 0 1000011 110100 1100 101011011 1000111 111011

Color Harmonies of #E04B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04B6C

Black with #E04B6C

Text Example


Text Example

White with #E04B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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