Html Css Color HEX #E34174 Cranberry

📋 copy color: '#E34174'

red 227 ◦ green 65 ◦ blue 116

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

Shades of Cranberry #E34174

Tints of Cranberry #E34174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.93%

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

R = 55.64%
G = 15.93%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E34174 (or 0xE34174) is known color: Cranberry. HEX triplet: E3, 41 and 74. RGB value is (227,65,116). Sum of RGB (Red+Green+Blue) = 227+65+116=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E34174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34174 is #1CBE8B. Grayscale: #777777. Windows color (decimal): -1883788 or 7619043. OLE color: 7619043.

HSL color Cylindrical-coordinate representation of color #E34174: hue angle of 341.11º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E34174 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 65 116 -
CMYK 0 0.71 0.49 0.11
HSL 341.11º 0.74% 0.57% -
HSV(B) 341.11º 0.71% 0.89% -
XYZ 36.72 21.37 18.71 -
YUV 119.25 126.17 204.85 -
System Red Green Blue C M Y K H S L
Decimal 227 65 116 0 0.71 0.49 0.11 341.11 0.74 0.57
Hex E3 41 74 0 47 31 B 155 4A 39
Octal 343 101 164 0 107 61 13 525 112 71
Binary 11100011 1000001 1110100 0 1000111 110001 1011 101010101 1001010 111001

Color Harmonies of #E34174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34174

Black with #E34174

Text Example


Text Example

White with #E34174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34174; }

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

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

background-color css

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

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

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

border-color css

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

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

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