Html Css Color HEX #EB446E Cranberry

📋 copy color: '#EB446E'

red 235 ◦ green 68 ◦ blue 110

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

Shades of Cranberry #EB446E

Tints of Cranberry #EB446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.63%

R = 56.9%
G = 16.46%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB446E (or 0xEB446E) is known color: Cranberry. HEX triplet: EB, 44 and 6E. RGB value is (235,68,110). Sum of RGB (Red+Green+Blue) = 235+68+110=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB446E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB446E is #14BB91. Grayscale: #7A7A7A. Windows color (decimal): -1358738 or 7226603. OLE color: 7226603.

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

Color convert

RGB 235 68 110 -
CMYK 0 0.71 0.53 0.08
HSL 344.91º 0.81% 0.59% -
HSV(B) 344.91º 0.71% 0.92% -
XYZ 39.14 22.92 17.11 -
YUV 122.72 120.83 208.08 -
System Red Green Blue C M Y K H S L
Decimal 235 68 110 0 0.71 0.53 0.08 344.91 0.81 0.59
Hex EB 44 6E 0 47 35 8 159 51 3B
Octal 353 104 156 0 107 65 10 531 121 73
Binary 11101011 1000100 1101110 0 1000111 110101 1000 101011001 1010001 111011

Color Harmonies of #EB446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB446E

Black with #EB446E

Text Example


Text Example

White with #EB446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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