Html Css Color HEX #E64C75 Cranberry

📋 copy color: '#E64C75'

red 230 ◦ green 76 ◦ blue 117

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

Shades of Cranberry #E64C75

Tints of Cranberry #E64C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.97%

 BLUE value IS 117 (46.09% from 255) = 27.66%

R = 54.37%
G = 17.97%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E64C75 (or 0xE64C75) is known color: Cranberry. HEX triplet: E6, 4C and 75. RGB value is (230,76,117). Sum of RGB (Red+Green+Blue) = 230+76+117=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64C75 is #19B38A. Grayscale: #7E7E7E. Windows color (decimal): -1684363 or 7687398. OLE color: 7687398.

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

Color convert

RGB 230 76 117 -
CMYK 0 0.67 0.49 0.10
HSL 344.03º 0.75% 0.6% -
HSV(B) 344.03º 0.67% 0.9% -
XYZ 38.43 23.28 19.3 -
YUV 126.72 122.52 201.67 -
System Red Green Blue C M Y K H S L
Decimal 230 76 117 0 0.67 0.49 0.10 344.03 0.75 0.6
Hex E6 4C 75 0 43 31 A 158 4B 3C
Octal 346 114 165 0 103 61 12 530 113 74
Binary 11100110 1001100 1110101 0 1000011 110001 1010 101011000 1001011 111100

Color Harmonies of #E64C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64C75

Black with #E64C75

Text Example


Text Example

White with #E64C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64C75; }

 p { color: rgb(230,76,117); }

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

background-color css

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

 a { background-color: rgb(230,76,117); }

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

border-color css

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

 span { border-color: rgb(230,76,117); }

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