Html Css Color HEX #E34B6F Cranberry

📋 copy color: '#E34B6F'

red 227 ◦ green 75 ◦ blue 111

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

Shades of Cranberry #E34B6F

Tints of Cranberry #E34B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.88%

R = 54.96%
G = 18.16%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E34B6F (or 0xE34B6F) is known color: Cranberry. HEX triplet: E3, 4B and 6F. RGB value is (227,75,111). Sum of RGB (Red+Green+Blue) = 227+75+111=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E34B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34B6F is #1CB490. Grayscale: #7C7C7C. Windows color (decimal): -1881233 or 7293923. OLE color: 7293923.

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

Color convert

RGB 227 75 111 -
CMYK 0 0.67 0.51 0.11
HSL 345.79º 0.73% 0.59% -
HSV(B) 345.79º 0.67% 0.89% -
XYZ 37.06 22.51 17.43 -
YUV 124.55 120.36 201.07 -
System Red Green Blue C M Y K H S L
Decimal 227 75 111 0 0.67 0.51 0.11 345.79 0.73 0.59
Hex E3 4B 6F 0 43 33 B 15A 49 3B
Octal 343 113 157 0 103 63 13 532 111 73
Binary 11100011 1001011 1101111 0 1000011 110011 1011 101011010 1001001 111011

Color Harmonies of #E34B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34B6F

Black with #E34B6F

Text Example


Text Example

White with #E34B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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