Html Css Color HEX #E64B73 Cranberry

📋 copy color: '#E64B73'

red 230 ◦ green 75 ◦ blue 115

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

Shades of Cranberry #E64B73

Tints of Cranberry #E64B73

RGB

 RED value IS 230 (90.23% from 255) = 54.76%

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

 BLUE value IS 115 (45.31% from 255) = 27.38%

R = 54.76%
G = 17.86%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E64B73 (or 0xE64B73) is known color: Cranberry. HEX triplet: E6, 4B and 73. RGB value is (230,75,115). Sum of RGB (Red+Green+Blue) = 230+75+115=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B73 is #19B48C. Grayscale: #7D7D7D. Windows color (decimal): -1684621 or 7556070. OLE color: 7556070.

HSL color Cylindrical-coordinate representation of color #E64B73: hue angle of 344.52º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64B73 is Cyan = 0, Magento = 0.67, Yellow = 0.5 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 75 115 -
CMYK 0 0.67 0.5 0.10
HSL 344.52º 0.76% 0.6% -
HSV(B) 344.52º 0.67% 0.9% -
XYZ 38.24 23.09 18.66 -
YUV 125.91 121.85 202.25 -
System Red Green Blue C M Y K H S L
Decimal 230 75 115 0 0.67 0.5 0.10 344.52 0.76 0.6
Hex E6 4B 73 0 43 32 A 159 4C 3C
Octal 346 113 163 0 103 62 12 531 114 74
Binary 11100110 1001011 1110011 0 1000011 110010 1010 101011001 1001100 111100

Color Harmonies of #E64B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64B73

Black with #E64B73

Text Example


Text Example

White with #E64B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64B73; }

 p { color: rgb(230,75,115); }

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

background-color css

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

 a { background-color: rgb(230,75,115); }

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

border-color css

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

 span { border-color: rgb(230,75,115); }

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