Html Css Color HEX #E34965 Cranberry

📋 copy color: '#E34965'

red 227 ◦ green 73 ◦ blue 101

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

Shades of Cranberry #E34965

Tints of Cranberry #E34965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.2%

 BLUE value IS 101 (39.84% from 255) = 25.19%

R = 56.61%
G = 18.2%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E34965 (or 0xE34965) is known color: Cranberry. HEX triplet: E3, 49 and 65. RGB value is (227,73,101). Sum of RGB (Red+Green+Blue) = 227+73+101=401 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.61% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 227 - color contains mainly: red. Hex color #E34965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34965 is #1CB69A. Grayscale: #7A7A7A. Windows color (decimal): -1881755 or 6638051. OLE color: 6638051.

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

Color convert

RGB 227 73 101 -
CMYK 0 0.68 0.56 0.11
HSL 349.09º 0.73% 0.59% -
HSV(B) 349.09º 0.68% 0.89% -
XYZ 36.41 22.04 14.65 -
YUV 122.24 116.02 202.72 -
System Red Green Blue C M Y K H S L
Decimal 227 73 101 0 0.68 0.56 0.11 349.09 0.73 0.59
Hex E3 49 65 0 44 38 B 15D 49 3B
Octal 343 111 145 0 104 70 13 535 111 73
Binary 11100011 1001001 1100101 0 1000100 111000 1011 101011101 1001001 111011

Color Harmonies of #E34965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34965

Black with #E34965

Text Example


Text Example

White with #E34965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34965; }

 p { color: rgb(227,73,101); }

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

background-color css

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

 a { background-color: rgb(227,73,101); }

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

border-color css

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

 span { border-color: rgb(227,73,101); }

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