Html Css Color HEX #EB476D Cranberry

📋 copy color: '#EB476D'

red 235 ◦ green 71 ◦ blue 109

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

Shades of Cranberry #EB476D

Tints of Cranberry #EB476D

RGB

 RED value IS 235 (92.19% from 255) = 56.63%

 GREEN value IS 71 (28.13% from 255) = 17.11%

 BLUE value IS 109 (42.97% from 255) = 26.27%

R = 56.63%
G = 17.11%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB476D (or 0xEB476D) is known color: Cranberry. HEX triplet: EB, 47 and 6D. RGB value is (235,71,109). Sum of RGB (Red+Green+Blue) = 235+71+109=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB476D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB476D is #14B892. Grayscale: #7C7C7C. Windows color (decimal): -1357971 or 7161835. OLE color: 7161835.

HSL color Cylindrical-coordinate representation of color #EB476D: hue angle of 346.1º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB476D is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 71 109 -
CMYK 0 0.70 0.54 0.08
HSL 346.1º 0.8% 0.6% -
HSV(B) 346.1º 0.7% 0.92% -
XYZ 39.27 23.27 16.89 -
YUV 124.37 119.33 206.91 -
System Red Green Blue C M Y K H S L
Decimal 235 71 109 0 0.70 0.54 0.08 346.1 0.8 0.6
Hex EB 47 6D 0 46 36 8 15A 50 3C
Octal 353 107 155 0 106 66 10 532 120 74
Binary 11101011 1000111 1101101 0 1000110 110110 1000 101011010 1010000 111100

Color Harmonies of #EB476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB476D

Black with #EB476D

Text Example


Text Example

White with #EB476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB476D; }

 p { color: rgb(235,71,109); }

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

background-color css

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

 a { background-color: rgb(235,71,109); }

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

border-color css

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

 span { border-color: rgb(235,71,109); }

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