Html Css Color HEX #E34968 Cranberry

📋 copy color: '#E34968'

red 227 ◦ green 73 ◦ blue 104

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

Shades of Cranberry #E34968

Tints of Cranberry #E34968

RGB

 RED value IS 227 (89.06% from 255) = 56.19%

 GREEN value IS 73 (28.91% from 255) = 18.07%

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

R = 56.19%
G = 18.07%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E34968 (or 0xE34968) is known color: Cranberry. HEX triplet: E3, 49 and 68. RGB value is (227,73,104). Sum of RGB (Red+Green+Blue) = 227+73+104=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E34968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34968 is #1CB697. Grayscale: #7A7A7A. Windows color (decimal): -1881752 or 6834659. OLE color: 6834659.

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

Color convert

RGB 227 73 104 -
CMYK 0 0.68 0.54 0.11
HSL 347.92º 0.73% 0.59% -
HSV(B) 347.92º 0.68% 0.89% -
XYZ 36.56 22.1 15.43 -
YUV 122.58 117.52 202.48 -
System Red Green Blue C M Y K H S L
Decimal 227 73 104 0 0.68 0.54 0.11 347.92 0.73 0.59
Hex E3 49 68 0 44 36 B 15C 49 3B
Octal 343 111 150 0 104 66 13 534 111 73
Binary 11100011 1001001 1101000 0 1000100 110110 1011 101011100 1001001 111011

Color Harmonies of #E34968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34968

Black with #E34968

Text Example


Text Example

White with #E34968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34968; }

 p { color: rgb(227,73,104); }

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

background-color css

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

 a { background-color: rgb(227,73,104); }

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

border-color css

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

 span { border-color: rgb(227,73,104); }

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