Html Css Color HEX #EB4E68 Cranberry

📋 copy color: '#EB4E68'

red 235 ◦ green 78 ◦ blue 104

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

Shades of Cranberry #EB4E68

Tints of Cranberry #EB4E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.71%

 BLUE value IS 104 (41.02% from 255) = 24.94%

R = 56.35%
G = 18.71%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB4E68 (or 0xEB4E68) is known color: Cranberry. HEX triplet: EB, 4E and 68. RGB value is (235,78,104). Sum of RGB (Red+Green+Blue) = 235+78+104=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4E68 is #14B197. Grayscale: #7F7F7F. Windows color (decimal): -1356184 or 6835947. OLE color: 6835947.

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

Color convert

RGB 235 78 104 -
CMYK 0 0.67 0.56 0.08
HSL 350.06º 0.8% 0.61% -
HSV(B) 350.06º 0.67% 0.92% -
XYZ 39.48 24.11 15.67 -
YUV 127.91 114.51 204.39 -
System Red Green Blue C M Y K H S L
Decimal 235 78 104 0 0.67 0.56 0.08 350.06 0.8 0.61
Hex EB 4E 68 0 43 38 8 15E 50 3D
Octal 353 116 150 0 103 70 10 536 120 75
Binary 11101011 1001110 1101000 0 1000011 111000 1000 101011110 1010000 111101

Color Harmonies of #EB4E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4E68

Black with #EB4E68

Text Example


Text Example

White with #EB4E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4E68; }

 p { color: rgb(235,78,104); }

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

background-color css

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

 a { background-color: rgb(235,78,104); }

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

border-color css

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

 span { border-color: rgb(235,78,104); }

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