Html Css Color HEX #E34A6B Cranberry

📋 copy color: '#E34A6B'

red 227 ◦ green 74 ◦ blue 107

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

Shades of Cranberry #E34A6B

Tints of Cranberry #E34A6B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.14%

 BLUE value IS 107 (42.19% from 255) = 26.23%

R = 55.64%
G = 18.14%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E34A6B (or 0xE34A6B) is known color: Cranberry. HEX triplet: E3, 4A and 6B. RGB value is (227,74,107). Sum of RGB (Red+Green+Blue) = 227+74+107=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34A6B is #1CB594. Grayscale: #7B7B7B. Windows color (decimal): -1881493 or 7031523. OLE color: 7031523.

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

Color convert

RGB 227 74 107 -
CMYK 0 0.67 0.53 0.11
HSL 347.06º 0.73% 0.59% -
HSV(B) 347.06º 0.67% 0.89% -
XYZ 36.78 22.29 16.27 -
YUV 123.51 118.69 201.82 -
System Red Green Blue C M Y K H S L
Decimal 227 74 107 0 0.67 0.53 0.11 347.06 0.73 0.59
Hex E3 4A 6B 0 43 35 B 15B 49 3B
Octal 343 112 153 0 103 65 13 533 111 73
Binary 11100011 1001010 1101011 0 1000011 110101 1011 101011011 1001001 111011

Color Harmonies of #E34A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34A6B

Black with #E34A6B

Text Example


Text Example

White with #E34A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34A6B; }

 p { color: rgb(227,74,107); }

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

background-color css

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

 a { background-color: rgb(227,74,107); }

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

border-color css

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

 span { border-color: rgb(227,74,107); }

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