Html Css Color HEX #EB4D6A Cranberry

📋 copy color: '#EB4D6A'

red 235 ◦ green 77 ◦ blue 106

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

Shades of Cranberry #EB4D6A

Tints of Cranberry #EB4D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.36%

R = 56.22%
G = 18.42%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB4D6A (or 0xEB4D6A) is known color: Cranberry. HEX triplet: EB, 4D and 6A. RGB value is (235,77,106). Sum of RGB (Red+Green+Blue) = 235+77+106=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4D6A is #14B295. Grayscale: #7F7F7F. Windows color (decimal): -1356438 or 6966763. OLE color: 6966763.

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

Color convert

RGB 235 77 106 -
CMYK 0 0.67 0.55 0.08
HSL 348.99º 0.8% 0.61% -
HSV(B) 348.99º 0.67% 0.92% -
XYZ 39.52 24.01 16.19 -
YUV 127.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 235 77 106 0 0.67 0.55 0.08 348.99 0.8 0.61
Hex EB 4D 6A 0 43 37 8 15D 50 3D
Octal 353 115 152 0 103 67 10 535 120 75
Binary 11101011 1001101 1101010 0 1000011 110111 1000 101011101 1010000 111101

Color Harmonies of #EB4D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D6A

Black with #EB4D6A

Text Example


Text Example

White with #EB4D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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