Html Css Color HEX #E64B65 Cranberry

📋 copy color: '#E64B65'

red 230 ◦ green 75 ◦ blue 101

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

Shades of Cranberry #E64B65

Tints of Cranberry #E64B65

RGB

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

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

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

R = 56.65%
G = 18.47%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E64B65 (or 0xE64B65) is known color: Cranberry. HEX triplet: E6, 4B and 65. RGB value is (230,75,101). Sum of RGB (Red+Green+Blue) = 230+75+101=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B65 is #19B49A. Grayscale: #7C7C7C. Windows color (decimal): -1684635 or 6638566. OLE color: 6638566.

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

Color convert

RGB 230 75 101 -
CMYK 0 0.67 0.56 0.10
HSL 349.94º 0.76% 0.6% -
HSV(B) 349.94º 0.67% 0.9% -
XYZ 37.5 22.79 14.74 -
YUV 124.31 114.85 203.39 -
System Red Green Blue C M Y K H S L
Decimal 230 75 101 0 0.67 0.56 0.10 349.94 0.76 0.6
Hex E6 4B 65 0 43 38 A 15E 4C 3C
Octal 346 113 145 0 103 70 12 536 114 74
Binary 11100110 1001011 1100101 0 1000011 111000 1010 101011110 1001100 111100

Color Harmonies of #E64B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64B65

Black with #E64B65

Text Example


Text Example

White with #E64B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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