Html Css Color HEX #EB4073 Cranberry

📋 copy color: '#EB4073'

red 235 ◦ green 64 ◦ blue 115

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

Shades of Cranberry #EB4073

Tints of Cranberry #EB4073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.78%

R = 56.76%
G = 15.46%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB4073 (or 0xEB4073) is known color: Cranberry. HEX triplet: EB, 40 and 73. RGB value is (235,64,115). Sum of RGB (Red+Green+Blue) = 235+64+115=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4073 is #14BF8C. Grayscale: #787878. Windows color (decimal): -1359757 or 7553259. OLE color: 7553259.

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

Color convert

RGB 235 64 115 -
CMYK 0 0.73 0.51 0.08
HSL 342.11º 0.81% 0.59% -
HSV(B) 342.11º 0.73% 0.92% -
XYZ 39.19 22.57 18.51 -
YUV 120.94 124.65 209.35 -
System Red Green Blue C M Y K H S L
Decimal 235 64 115 0 0.73 0.51 0.08 342.11 0.81 0.59
Hex EB 40 73 0 49 33 8 156 51 3B
Octal 353 100 163 0 111 63 10 526 121 73
Binary 11101011 1000000 1110011 0 1001001 110011 1000 101010110 1010001 111011

Color Harmonies of #EB4073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4073

Black with #EB4073

Text Example


Text Example

White with #EB4073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4073; }

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

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

background-color css

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

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

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

border-color css

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

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

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