Html Css Color HEX #E45068 Cranberry

📋 copy color: '#E45068'

red 228 ◦ green 80 ◦ blue 104

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

Shades of Cranberry #E45068

Tints of Cranberry #E45068

RGB

 RED value IS 228 (89.45% from 255) = 55.34%

 GREEN value IS 80 (31.64% from 255) = 19.42%

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

R = 55.34%
G = 19.42%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E45068 (or 0xE45068) is known color: Cranberry. HEX triplet: E4, 50 and 68. RGB value is (228,80,104). Sum of RGB (Red+Green+Blue) = 228+80+104=412 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.34% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 228 - color contains mainly: red. Hex color #E45068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45068 is #1BAF97. Grayscale: #7F7F7F. Windows color (decimal): -1814424 or 6836452. OLE color: 6836452.

HSL color Cylindrical-coordinate representation of color #E45068: hue angle of 350.27º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E45068 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 80 104 -
CMYK 0 0.65 0.54 0.11
HSL 350.27º 0.73% 0.6% -
HSV(B) 350.27º 0.65% 0.89% -
XYZ 37.36 23.23 15.61 -
YUV 126.99 115.03 200.05 -
System Red Green Blue C M Y K H S L
Decimal 228 80 104 0 0.65 0.54 0.11 350.27 0.73 0.6
Hex E4 50 68 0 41 36 B 15E 49 3C
Octal 344 120 150 0 101 66 13 536 111 74
Binary 11100100 1010000 1101000 0 1000001 110110 1011 101011110 1001001 111100

Color Harmonies of #E45068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45068

Black with #E45068

Text Example


Text Example

White with #E45068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45068; }

 p { color: rgb(228,80,104); }

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

background-color css

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

 a { background-color: rgb(228,80,104); }

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

border-color css

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

 span { border-color: rgb(228,80,104); }

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