Html Css Color HEX #E64865 Cranberry

📋 copy color: '#E64865'

red 230 ◦ green 72 ◦ blue 101

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

Shades of Cranberry #E64865

Tints of Cranberry #E64865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.87%

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

R = 57.07%
G = 17.87%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E64865 (or 0xE64865) is known color: Cranberry. HEX triplet: E6, 48 and 65. RGB value is (230,72,101). Sum of RGB (Red+Green+Blue) = 230+72+101=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E64865 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64865 is #19B79A. Grayscale: #7A7A7A. Windows color (decimal): -1685403 or 6637798. OLE color: 6637798.

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

Color convert

RGB 230 72 101 -
CMYK 0 0.69 0.56 0.10
HSL 348.99º 0.76% 0.59% -
HSV(B) 348.99º 0.69% 0.9% -
XYZ 37.3 22.4 14.67 -
YUV 122.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 230 72 101 0 0.69 0.56 0.10 348.99 0.76 0.59
Hex E6 48 65 0 45 38 A 15D 4C 3B
Octal 346 110 145 0 105 70 12 535 114 73
Binary 11100110 1001000 1100101 0 1000101 111000 1010 101011101 1001100 111011

Color Harmonies of #E64865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64865

Black with #E64865

Text Example


Text Example

White with #E64865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64865; }

 p { color: rgb(230,72,101); }

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

background-color css

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

 a { background-color: rgb(230,72,101); }

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

border-color css

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

 span { border-color: rgb(230,72,101); }

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