Html Css Color HEX #EB4071 Cranberry

📋 copy color: '#EB4071'

red 235 ◦ green 64 ◦ blue 113

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

Shades of Cranberry #EB4071

Tints of Cranberry #EB4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.53%

 BLUE value IS 113 (44.53% from 255) = 27.43%

R = 57.04%
G = 15.53%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB4071 (or 0xEB4071) is known color: Cranberry. HEX triplet: EB, 40 and 71. RGB value is (235,64,113). Sum of RGB (Red+Green+Blue) = 235+64+113=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4071 is #14BF8E. Grayscale: #787878. Windows color (decimal): -1359759 or 7422187. OLE color: 7422187.

HSL color Cylindrical-coordinate representation of color #EB4071: hue angle of 342.81º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB4071 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 64 113 -
CMYK 0 0.73 0.52 0.08
HSL 342.81º 0.81% 0.59% -
HSV(B) 342.81º 0.73% 0.92% -
XYZ 39.07 22.52 17.91 -
YUV 120.72 123.65 209.52 -
System Red Green Blue C M Y K H S L
Decimal 235 64 113 0 0.73 0.52 0.08 342.81 0.81 0.59
Hex EB 40 71 0 49 34 8 157 51 3B
Octal 353 100 161 0 111 64 10 527 121 73
Binary 11101011 1000000 1110001 0 1001001 110100 1000 101010111 1010001 111011

Color Harmonies of #EB4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4071

Black with #EB4071

Text Example


Text Example

White with #EB4071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4071; }

 p { color: rgb(235,64,113); }

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

background-color css

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

 a { background-color: rgb(235,64,113); }

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

border-color css

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

 span { border-color: rgb(235,64,113); }

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