Html Css Color HEX #EB4D66 Cranberry

📋 copy color: '#EB4D66'

red 235 ◦ green 77 ◦ blue 102

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

Shades of Cranberry #EB4D66

Tints of Cranberry #EB4D66

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.6%

 BLUE value IS 102 (40.23% from 255) = 24.64%

R = 56.76%
G = 18.6%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB4D66 (or 0xEB4D66) is known color: Cranberry. HEX triplet: EB, 4D and 66. RGB value is (235,77,102). Sum of RGB (Red+Green+Blue) = 235+77+102=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4D66 is #14B299. Grayscale: #7F7F7F. Windows color (decimal): -1356442 or 6704619. OLE color: 6704619.

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

Color convert

RGB 235 77 102 -
CMYK 0 0.67 0.57 0.08
HSL 350.51º 0.8% 0.61% -
HSV(B) 350.51º 0.67% 0.92% -
XYZ 39.31 23.93 15.12 -
YUV 127.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 235 77 102 0 0.67 0.57 0.08 350.51 0.8 0.61
Hex EB 4D 66 0 43 39 8 15F 50 3D
Octal 353 115 146 0 103 71 10 537 120 75
Binary 11101011 1001101 1100110 0 1000011 111001 1000 101011111 1010000 111101

Color Harmonies of #EB4D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D66

Black with #EB4D66

Text Example


Text Example

White with #EB4D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D66; }

 p { color: rgb(235,77,102); }

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

background-color css

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

 a { background-color: rgb(235,77,102); }

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

border-color css

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

 span { border-color: rgb(235,77,102); }

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