Html Css Color HEX #E34175 Cranberry

📋 copy color: '#E34175'

red 227 ◦ green 65 ◦ blue 117

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

Shades of Cranberry #E34175

Tints of Cranberry #E34175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.61%

R = 55.5%
G = 15.89%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E34175 (or 0xE34175) is known color: Cranberry. HEX triplet: E3, 41 and 75. RGB value is (227,65,117). Sum of RGB (Red+Green+Blue) = 227+65+117=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E34175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34175 is #1CBE8A. Grayscale: #777777. Windows color (decimal): -1883787 or 7684579. OLE color: 7684579.

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

Color convert

RGB 227 65 117 -
CMYK 0 0.71 0.48 0.11
HSL 340.74º 0.74% 0.57% -
HSV(B) 340.74º 0.71% 0.89% -
XYZ 36.78 21.4 19.02 -
YUV 119.37 126.67 204.77 -
System Red Green Blue C M Y K H S L
Decimal 227 65 117 0 0.71 0.48 0.11 340.74 0.74 0.57
Hex E3 41 75 0 47 30 B 155 4A 39
Octal 343 101 165 0 107 60 13 525 112 71
Binary 11100011 1000001 1110101 0 1000111 110000 1011 101010101 1001010 111001

Color Harmonies of #E34175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34175

Black with #E34175

Text Example


Text Example

White with #E34175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34175; }

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

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

background-color css

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

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

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

border-color css

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

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

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