Html Css Color HEX #EB456E Cranberry

📋 copy color: '#EB456E'

red 235 ◦ green 69 ◦ blue 110

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

Shades of Cranberry #EB456E

Tints of Cranberry #EB456E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.67%

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

R = 56.76%
G = 16.67%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB456E (or 0xEB456E) is known color: Cranberry. HEX triplet: EB, 45 and 6E. RGB value is (235,69,110). Sum of RGB (Red+Green+Blue) = 235+69+110=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB456E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB456E is #14BA91. Grayscale: #7B7B7B. Windows color (decimal): -1358482 or 7226859. OLE color: 7226859.

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

Color convert

RGB 235 69 110 -
CMYK 0 0.71 0.53 0.08
HSL 345.18º 0.81% 0.6% -
HSV(B) 345.18º 0.71% 0.92% -
XYZ 39.2 23.04 17.13 -
YUV 123.31 120.5 207.67 -
System Red Green Blue C M Y K H S L
Decimal 235 69 110 0 0.71 0.53 0.08 345.18 0.81 0.6
Hex EB 45 6E 0 47 35 8 159 51 3C
Octal 353 105 156 0 107 65 10 531 121 74
Binary 11101011 1000101 1101110 0 1000111 110101 1000 101011001 1010001 111100

Color Harmonies of #EB456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB456E

Black with #EB456E

Text Example


Text Example

White with #EB456E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB456E; }

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

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

background-color css

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

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

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

border-color css

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

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

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