Html Css Color HEX #E64874 Cranberry

📋 copy color: '#E64874'

red 230 ◦ green 72 ◦ blue 116

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

Shades of Cranberry #E64874

Tints of Cranberry #E64874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 55.02%
G = 17.22%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E64874 (or 0xE64874) is known color: Cranberry. HEX triplet: E6, 48 and 74. RGB value is (230,72,116). Sum of RGB (Red+Green+Blue) = 230+72+116=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E64874 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64874 is #19B78B. Grayscale: #7C7C7C. Windows color (decimal): -1685388 or 7620838. OLE color: 7620838.

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

Color convert

RGB 230 72 116 -
CMYK 0 0.69 0.50 0.10
HSL 343.29º 0.76% 0.59% -
HSV(B) 343.29º 0.69% 0.9% -
XYZ 38.1 22.72 18.9 -
YUV 124.26 123.35 203.42 -
System Red Green Blue C M Y K H S L
Decimal 230 72 116 0 0.69 0.50 0.10 343.29 0.76 0.59
Hex E6 48 74 0 45 32 A 157 4C 3B
Octal 346 110 164 0 105 62 12 527 114 73
Binary 11100110 1001000 1110100 0 1000101 110010 1010 101010111 1001100 111011

Color Harmonies of #E64874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64874

Black with #E64874

Text Example


Text Example

White with #E64874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64874; }

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

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

background-color css

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

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

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

border-color css

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

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

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