Html Css Color HEX #E64B6D Cranberry

📋 copy color: '#E64B6D'

red 230 ◦ green 75 ◦ blue 109

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

Shades of Cranberry #E64B6D

Tints of Cranberry #E64B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.33%

R = 55.56%
G = 18.12%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E64B6D (or 0xE64B6D) is known color: Cranberry. HEX triplet: E6, 4B and 6D. RGB value is (230,75,109). Sum of RGB (Red+Green+Blue) = 230+75+109=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B6D is #19B492. Grayscale: #7D7D7D. Windows color (decimal): -1684627 or 7162854. OLE color: 7162854.

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

Color convert

RGB 230 75 109 -
CMYK 0 0.67 0.53 0.10
HSL 346.84º 0.76% 0.6% -
HSV(B) 346.84º 0.67% 0.9% -
XYZ 37.91 22.96 16.9 -
YUV 125.22 118.85 202.74 -
System Red Green Blue C M Y K H S L
Decimal 230 75 109 0 0.67 0.53 0.10 346.84 0.76 0.6
Hex E6 4B 6D 0 43 35 A 15B 4C 3C
Octal 346 113 155 0 103 65 12 533 114 74
Binary 11100110 1001011 1101101 0 1000011 110101 1010 101011011 1001100 111100

Color Harmonies of #E64B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64B6D

Black with #E64B6D

Text Example


Text Example

White with #E64B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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