Html Css Color HEX #EB4472 Cranberry

📋 copy color: '#EB4472'

red 235 ◦ green 68 ◦ blue 114

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

Shades of Cranberry #EB4472

Tints of Cranberry #EB4472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.31%

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

R = 56.35%
G = 16.31%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB4472 (or 0xEB4472) is known color: Cranberry. HEX triplet: EB, 44 and 72. RGB value is (235,68,114). Sum of RGB (Red+Green+Blue) = 235+68+114=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4472 is #14BB8D. Grayscale: #7B7B7B. Windows color (decimal): -1358734 or 7488747. OLE color: 7488747.

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

Color convert

RGB 235 68 114 -
CMYK 0 0.71 0.51 0.08
HSL 343.47º 0.81% 0.59% -
HSV(B) 343.47º 0.71% 0.92% -
XYZ 39.37 23.01 18.29 -
YUV 123.18 122.83 207.76 -
System Red Green Blue C M Y K H S L
Decimal 235 68 114 0 0.71 0.51 0.08 343.47 0.81 0.59
Hex EB 44 72 0 47 33 8 157 51 3B
Octal 353 104 162 0 107 63 10 527 121 73
Binary 11101011 1000100 1110010 0 1000111 110011 1000 101010111 1010001 111011

Color Harmonies of #EB4472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4472

Black with #EB4472

Text Example


Text Example

White with #EB4472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4472; }

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

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

background-color css

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

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

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

border-color css

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

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

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