Html Css Color HEX #EB4672 Cranberry

📋 copy color: '#EB4672'

red 235 ◦ green 70 ◦ blue 114

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

Shades of Cranberry #EB4672

Tints of Cranberry #EB4672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.71%

 BLUE value IS 114 (44.92% from 255) = 27.21%

R = 56.09%
G = 16.71%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB4672 (or 0xEB4672) is known color: Cranberry. HEX triplet: EB, 46 and 72. RGB value is (235,70,114). Sum of RGB (Red+Green+Blue) = 235+70+114=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4672 is #14B98D. Grayscale: #7C7C7C. Windows color (decimal): -1358222 or 7489259. OLE color: 7489259.

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

Color convert

RGB 235 70 114 -
CMYK 0 0.70 0.51 0.08
HSL 344º 0.8% 0.6% -
HSV(B) 344º 0.7% 0.92% -
XYZ 39.49 23.26 18.33 -
YUV 124.35 122.16 206.92 -
System Red Green Blue C M Y K H S L
Decimal 235 70 114 0 0.70 0.51 0.08 344 0.8 0.6
Hex EB 46 72 0 46 33 8 158 50 3C
Octal 353 106 162 0 106 63 10 530 120 74
Binary 11101011 1000110 1110010 0 1000110 110011 1000 101011000 1010000 111100

Color Harmonies of #EB4672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4672

Black with #EB4672

Text Example


Text Example

White with #EB4672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4672; }

 p { color: rgb(235,70,114); }

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

background-color css

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

 a { background-color: rgb(235,70,114); }

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

border-color css

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

 span { border-color: rgb(235,70,114); }

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