Html Css Color HEX #E64F72 Cranberry

📋 copy color: '#E64F72'

red 230 ◦ green 79 ◦ blue 114

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

Shades of Cranberry #E64F72

Tints of Cranberry #E64F72

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.68%

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 54.37%
G = 18.68%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E64F72 (or 0xE64F72) is known color: Cranberry. HEX triplet: E6, 4F and 72. RGB value is (230,79,114). Sum of RGB (Red+Green+Blue) = 230+79+114=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64F72 is #19B08D. Grayscale: #808080. Windows color (decimal): -1683598 or 7491558. OLE color: 7491558.

HSL color Cylindrical-coordinate representation of color #E64F72: hue angle of 346.09º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64F72 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 79 114 -
CMYK 0 0.66 0.50 0.10
HSL 346.09º 0.75% 0.61% -
HSV(B) 346.09º 0.66% 0.9% -
XYZ 38.47 23.63 18.45 -
YUV 128.14 120.03 200.65 -
System Red Green Blue C M Y K H S L
Decimal 230 79 114 0 0.66 0.50 0.10 346.09 0.75 0.61
Hex E6 4F 72 0 42 32 A 15A 4B 3D
Octal 346 117 162 0 102 62 12 532 113 75
Binary 11100110 1001111 1110010 0 1000010 110010 1010 101011010 1001011 111101

Color Harmonies of #E64F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F72

Black with #E64F72

Text Example


Text Example

White with #E64F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F72; }

 p { color: rgb(230,79,114); }

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

background-color css

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

 a { background-color: rgb(230,79,114); }

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

border-color css

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

 span { border-color: rgb(230,79,114); }

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