Html Css Color HEX #E04B6B Cranberry

📋 copy color: '#E04B6B'

red 224 ◦ green 75 ◦ blue 107

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

Shades of Cranberry #E04B6B

Tints of Cranberry #E04B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.35%

R = 55.17%
G = 18.47%
B = 26.35%

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

#E04B6B (or 0xE04B6B) is known color: Cranberry. HEX triplet: E0, 4B and 6B. RGB value is (224,75,107). Sum of RGB (Red+Green+Blue) = 224+75+107=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04B6B is #1FB494. Grayscale: #7B7B7B. Windows color (decimal): -2077845 or 7031776. OLE color: 7031776.

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

Color convert

RGB 224 75 107 -
CMYK 0 0.67 0.52 0.12
HSL 347.11º 0.71% 0.59% -
HSV(B) 347.11º 0.67% 0.88% -
XYZ 35.91 21.94 16.25 -
YUV 123.2 118.86 199.9 -
System Red Green Blue C M Y K H S L
Decimal 224 75 107 0 0.67 0.52 0.12 347.11 0.71 0.59
Hex E0 4B 6B 0 43 34 C 15B 47 3B
Octal 340 113 153 0 103 64 14 533 107 73
Binary 11100000 1001011 1101011 0 1000011 110100 1100 101011011 1000111 111011

Color Harmonies of #E04B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04B6B

Black with #E04B6B

Text Example


Text Example

White with #E04B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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