Html Css Color HEX #E64F70 Cranberry

📋 copy color: '#E64F70'

red 230 ◦ green 79 ◦ blue 112

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

Shades of Cranberry #E64F70

Tints of Cranberry #E64F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.6%

R = 54.63%
G = 18.76%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E64F70 (or 0xE64F70) is known color: Cranberry. HEX triplet: E6, 4F and 70. RGB value is (230,79,112). Sum of RGB (Red+Green+Blue) = 230+79+112=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64F70 is #19B08F. Grayscale: #7F7F7F. Windows color (decimal): -1683600 or 7360486. OLE color: 7360486.

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

Color convert

RGB 230 79 112 -
CMYK 0 0.66 0.51 0.10
HSL 346.89º 0.75% 0.61% -
HSV(B) 346.89º 0.66% 0.9% -
XYZ 38.35 23.58 17.86 -
YUV 127.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 230 79 112 0 0.66 0.51 0.10 346.89 0.75 0.61
Hex E6 4F 70 0 42 33 A 15B 4B 3D
Octal 346 117 160 0 102 63 12 533 113 75
Binary 11100110 1001111 1110000 0 1000010 110011 1010 101011011 1001011 111101

Color Harmonies of #E64F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F70

Black with #E64F70

Text Example


Text Example

White with #E64F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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