Html Css Color HEX #E34C68 Cranberry

📋 copy color: '#E34C68'

red 227 ◦ green 76 ◦ blue 104

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

Shades of Cranberry #E34C68

Tints of Cranberry #E34C68

RGB

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

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

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

R = 55.77%
G = 18.67%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E34C68 (or 0xE34C68) is known color: Cranberry. HEX triplet: E3, 4C and 68. RGB value is (227,76,104). Sum of RGB (Red+Green+Blue) = 227+76+104=407 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.77% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34C68 is #1CB397. Grayscale: #7C7C7C. Windows color (decimal): -1880984 or 6835427. OLE color: 6835427.

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

Color convert

RGB 227 76 104 -
CMYK 0 0.67 0.54 0.11
HSL 348.87º 0.73% 0.59% -
HSV(B) 348.87º 0.67% 0.89% -
XYZ 36.76 22.5 15.5 -
YUV 124.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 227 76 104 0 0.67 0.54 0.11 348.87 0.73 0.59
Hex E3 4C 68 0 43 36 B 15D 49 3B
Octal 343 114 150 0 103 66 13 535 111 73
Binary 11100011 1001100 1101000 0 1000011 110110 1011 101011101 1001001 111011

Color Harmonies of #E34C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34C68

Black with #E34C68

Text Example


Text Example

White with #E34C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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