Html Css Color HEX #E34374 Cranberry

📋 copy color: '#E34374'

red 227 ◦ green 67 ◦ blue 116

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

Shades of Cranberry #E34374

Tints of Cranberry #E34374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.34%

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

R = 55.37%
G = 16.34%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E34374 (or 0xE34374) is known color: Cranberry. HEX triplet: E3, 43 and 74. RGB value is (227,67,116). Sum of RGB (Red+Green+Blue) = 227+67+116=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E34374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34374 is #1CBC8B. Grayscale: #787878. Windows color (decimal): -1883276 or 7619555. OLE color: 7619555.

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

Color convert

RGB 227 67 116 -
CMYK 0 0.70 0.49 0.11
HSL 341.63º 0.74% 0.58% -
HSV(B) 341.63º 0.7% 0.89% -
XYZ 36.84 21.61 18.75 -
YUV 120.43 125.51 204.02 -
System Red Green Blue C M Y K H S L
Decimal 227 67 116 0 0.70 0.49 0.11 341.63 0.74 0.58
Hex E3 43 74 0 46 31 B 156 4A 3A
Octal 343 103 164 0 106 61 13 526 112 72
Binary 11100011 1000011 1110100 0 1000110 110001 1011 101010110 1001010 111010

Color Harmonies of #E34374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34374

Black with #E34374

Text Example


Text Example

White with #E34374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34374; }

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

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

background-color css

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

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

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

border-color css

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

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

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