Html Css Color HEX #EB4770 Cranberry

📋 copy color: '#EB4770'

red 235 ◦ green 71 ◦ blue 112

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

Shades of Cranberry #EB4770

Tints of Cranberry #EB4770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.79%

R = 56.22%
G = 16.99%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB4770 (or 0xEB4770) is known color: Cranberry. HEX triplet: EB, 47 and 70. RGB value is (235,71,112). Sum of RGB (Red+Green+Blue) = 235+71+112=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4770 is #14B88F. Grayscale: #7C7C7C. Windows color (decimal): -1357968 or 7358443. OLE color: 7358443.

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

Color convert

RGB 235 71 112 -
CMYK 0 0.70 0.52 0.08
HSL 345º 0.8% 0.6% -
HSV(B) 345º 0.7% 0.92% -
XYZ 39.44 23.34 17.76 -
YUV 124.71 120.83 206.67 -
System Red Green Blue C M Y K H S L
Decimal 235 71 112 0 0.70 0.52 0.08 345 0.8 0.6
Hex EB 47 70 0 46 34 8 159 50 3C
Octal 353 107 160 0 106 64 10 531 120 74
Binary 11101011 1000111 1110000 0 1000110 110100 1000 101011001 1010000 111100

Color Harmonies of #EB4770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4770

Black with #EB4770

Text Example


Text Example

White with #EB4770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4770; }

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

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

background-color css

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

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

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

border-color css

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

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

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