Html Css Color HEX #EB486A Cranberry

📋 copy color: '#EB486A'

red 235 ◦ green 72 ◦ blue 106

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

Shades of Cranberry #EB486A

Tints of Cranberry #EB486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.43%

 BLUE value IS 106 (41.8% from 255) = 25.67%

R = 56.9%
G = 17.43%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB486A (or 0xEB486A) is known color: Cranberry. HEX triplet: EB, 48 and 6A. RGB value is (235,72,106). Sum of RGB (Red+Green+Blue) = 235+72+106=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB486A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB486A is #14B795. Grayscale: #7C7C7C. Windows color (decimal): -1357718 or 6965483. OLE color: 6965483.

HSL color Cylindrical-coordinate representation of color #EB486A: hue angle of 347.48º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB486A is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 72 106 -
CMYK 0 0.69 0.55 0.08
HSL 347.48º 0.8% 0.6% -
HSV(B) 347.48º 0.69% 0.92% -
XYZ 39.18 23.34 16.08 -
YUV 124.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 235 72 106 0 0.69 0.55 0.08 347.48 0.8 0.6
Hex EB 48 6A 0 45 37 8 15B 50 3C
Octal 353 110 152 0 105 67 10 533 120 74
Binary 11101011 1001000 1101010 0 1000101 110111 1000 101011011 1010000 111100

Color Harmonies of #EB486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB486A

Black with #EB486A

Text Example


Text Example

White with #EB486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB486A; }

 p { color: rgb(235,72,106); }

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

background-color css

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

 a { background-color: rgb(235,72,106); }

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

border-color css

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

 span { border-color: rgb(235,72,106); }

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