Html Css Color HEX #E34C74 Cranberry

📋 copy color: '#E34C74'

red 227 ◦ green 76 ◦ blue 116

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

Shades of Cranberry #E34C74

Tints of Cranberry #E34C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.68%

R = 54.18%
G = 18.14%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E34C74 (or 0xE34C74) is known color: Cranberry. HEX triplet: E3, 4C and 74. RGB value is (227,76,116). Sum of RGB (Red+Green+Blue) = 227+76+116=419 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.18% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34C74 is #1CB38B. Grayscale: #7D7D7D. Windows color (decimal): -1880972 or 7621859. OLE color: 7621859.

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

Color convert

RGB 227 76 116 -
CMYK 0 0.67 0.49 0.11
HSL 344.11º 0.73% 0.59% -
HSV(B) 344.11º 0.67% 0.89% -
XYZ 37.42 22.76 18.94 -
YUV 125.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 227 76 116 0 0.67 0.49 0.11 344.11 0.73 0.59
Hex E3 4C 74 0 43 31 B 158 49 3B
Octal 343 114 164 0 103 61 13 530 111 73
Binary 11100011 1001100 1110100 0 1000011 110001 1011 101011000 1001001 111011

Color Harmonies of #E34C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34C74

Black with #E34C74

Text Example


Text Example

White with #E34C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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