Html Css Color HEX #E34B6B Cranberry

📋 copy color: '#E34B6B'

red 227 ◦ green 75 ◦ blue 107

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

Shades of Cranberry #E34B6B

Tints of Cranberry #E34B6B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.34%

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

R = 55.5%
G = 18.34%
B = 26.16%

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

#E34B6B (or 0xE34B6B) is known color: Cranberry. HEX triplet: E3, 4B and 6B. RGB value is (227,75,107). Sum of RGB (Red+Green+Blue) = 227+75+107=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E34B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34B6B is #1CB494. Grayscale: #7C7C7C. Windows color (decimal): -1881237 or 7031779. OLE color: 7031779.

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

Color convert

RGB 227 75 107 -
CMYK 0 0.67 0.53 0.11
HSL 347.37º 0.73% 0.59% -
HSV(B) 347.37º 0.67% 0.89% -
XYZ 36.85 22.42 16.3 -
YUV 124.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 227 75 107 0 0.67 0.53 0.11 347.37 0.73 0.59
Hex E3 4B 6B 0 43 35 B 15B 49 3B
Octal 343 113 153 0 103 65 13 533 111 73
Binary 11100011 1001011 1101011 0 1000011 110101 1011 101011011 1001001 111011

Color Harmonies of #E34B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34B6B

Black with #E34B6B

Text Example


Text Example

White with #E34B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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