Html Css Color HEX #EB476B Cranberry

📋 copy color: '#EB476B'

red 235 ◦ green 71 ◦ blue 107

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

Shades of Cranberry #EB476B

Tints of Cranberry #EB476B

RGB

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

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

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

R = 56.9%
G = 17.19%
B = 25.91%

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

#EB476B (or 0xEB476B) is known color: Cranberry. HEX triplet: EB, 47 and 6B. RGB value is (235,71,107). Sum of RGB (Red+Green+Blue) = 235+71+107=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB476B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB476B is #14B894. Grayscale: #7C7C7C. Windows color (decimal): -1357973 or 7030763. OLE color: 7030763.

HSL color Cylindrical-coordinate representation of color #EB476B: hue angle of 346.83º 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 #EB476B is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 71 107 -
CMYK 0 0.70 0.54 0.08
HSL 346.83º 0.8% 0.6% -
HSV(B) 346.83º 0.7% 0.92% -
XYZ 39.17 23.23 16.33 -
YUV 124.14 118.33 207.07 -
System Red Green Blue C M Y K H S L
Decimal 235 71 107 0 0.70 0.54 0.08 346.83 0.8 0.6
Hex EB 47 6B 0 46 36 8 15B 50 3C
Octal 353 107 153 0 106 66 10 533 120 74
Binary 11101011 1000111 1101011 0 1000110 110110 1000 101011011 1010000 111100

Color Harmonies of #EB476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB476B

Black with #EB476B

Text Example


Text Example

White with #EB476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB476B; }

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

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

background-color css

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

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

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

border-color css

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

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

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