Html Css Color HEX #EB4C6E Cranberry

📋 copy color: '#EB4C6E'

red 235 ◦ green 76 ◦ blue 110

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

Shades of Cranberry #EB4C6E

Tints of Cranberry #EB4C6E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.05%

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

R = 55.82%
G = 18.05%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB4C6E (or 0xEB4C6E) is known color: Cranberry. HEX triplet: EB, 4C and 6E. RGB value is (235,76,110). Sum of RGB (Red+Green+Blue) = 235+76+110=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4C6E is #14B391. Grayscale: #7F7F7F. Windows color (decimal): -1356690 or 7228651. OLE color: 7228651.

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

Color convert

RGB 235 76 110 -
CMYK 0 0.68 0.53 0.08
HSL 347.17º 0.8% 0.61% -
HSV(B) 347.17º 0.68% 0.92% -
XYZ 39.66 23.96 17.29 -
YUV 127.42 118.18 204.74 -
System Red Green Blue C M Y K H S L
Decimal 235 76 110 0 0.68 0.53 0.08 347.17 0.8 0.61
Hex EB 4C 6E 0 44 35 8 15B 50 3D
Octal 353 114 156 0 104 65 10 533 120 75
Binary 11101011 1001100 1101110 0 1000100 110101 1000 101011011 1010000 111101

Color Harmonies of #EB4C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C6E

Black with #EB4C6E

Text Example


Text Example

White with #EB4C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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