Html Css Color HEX #EB486E Cranberry

📋 copy color: '#EB486E'

red 235 ◦ green 72 ◦ blue 110

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

Shades of Cranberry #EB486E

Tints of Cranberry #EB486E

RGB

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

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

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

R = 56.35%
G = 17.27%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB486E (or 0xEB486E) is known color: Cranberry. HEX triplet: EB, 48 and 6E. RGB value is (235,72,110). Sum of RGB (Red+Green+Blue) = 235+72+110=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EB486E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB486E is #14B791. Grayscale: #7D7D7D. Windows color (decimal): -1357714 or 7227627. OLE color: 7227627.

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

Color convert

RGB 235 72 110 -
CMYK 0 0.69 0.53 0.08
HSL 346.01º 0.8% 0.6% -
HSV(B) 346.01º 0.69% 0.92% -
XYZ 39.39 23.42 17.2 -
YUV 125.07 119.5 206.41 -
System Red Green Blue C M Y K H S L
Decimal 235 72 110 0 0.69 0.53 0.08 346.01 0.8 0.6
Hex EB 48 6E 0 45 35 8 15A 50 3C
Octal 353 110 156 0 105 65 10 532 120 74
Binary 11101011 1001000 1101110 0 1000101 110101 1000 101011010 1010000 111100

Color Harmonies of #EB486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB486E

Black with #EB486E

Text Example


Text Example

White with #EB486E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB486E; }

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

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

background-color css

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

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

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

border-color css

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

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

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