Html Css Color HEX #EB4669 Cranberry

📋 copy color: '#EB4669'

red 235 ◦ green 70 ◦ blue 105

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

Shades of Cranberry #EB4669

Tints of Cranberry #EB4669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.61%

R = 57.32%
G = 17.07%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB4669 (or 0xEB4669) is known color: Cranberry. HEX triplet: EB, 46 and 69. RGB value is (235,70,105). Sum of RGB (Red+Green+Blue) = 235+70+105=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4669 is #14B996. Grayscale: #7B7B7B. Windows color (decimal): -1358231 or 6899435. OLE color: 6899435.

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

Color convert

RGB 235 70 105 -
CMYK 0 0.70 0.55 0.08
HSL 347.27º 0.8% 0.6% -
HSV(B) 347.27º 0.7% 0.92% -
XYZ 39 23.06 15.76 -
YUV 123.33 117.66 207.65 -
System Red Green Blue C M Y K H S L
Decimal 235 70 105 0 0.70 0.55 0.08 347.27 0.8 0.6
Hex EB 46 69 0 46 37 8 15B 50 3C
Octal 353 106 151 0 106 67 10 533 120 74
Binary 11101011 1000110 1101001 0 1000110 110111 1000 101011011 1010000 111100

Color Harmonies of #EB4669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4669

Black with #EB4669

Text Example


Text Example

White with #EB4669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4669; }

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

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

background-color css

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

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

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

border-color css

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

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

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