Html Css Color HEX #E64B75 Cranberry

📋 copy color: '#E64B75'

red 230 ◦ green 75 ◦ blue 117

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

Shades of Cranberry #E64B75

Tints of Cranberry #E64B75

RGB

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

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

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

R = 54.5%
G = 17.77%
B = 27.73%

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

#E64B75 (or 0xE64B75) is known color: Cranberry. HEX triplet: E6, 4B and 75. RGB value is (230,75,117). Sum of RGB (Red+Green+Blue) = 230+75+117=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B75 is #19B48A. Grayscale: #7E7E7E. Windows color (decimal): -1684619 or 7687142. OLE color: 7687142.

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

Color convert

RGB 230 75 117 -
CMYK 0 0.67 0.49 0.10
HSL 343.74º 0.76% 0.6% -
HSV(B) 343.74º 0.67% 0.9% -
XYZ 38.36 23.14 19.27 -
YUV 126.13 122.85 202.08 -
System Red Green Blue C M Y K H S L
Decimal 230 75 117 0 0.67 0.49 0.10 343.74 0.76 0.6
Hex E6 4B 75 0 43 31 A 158 4C 3C
Octal 346 113 165 0 103 61 12 530 114 74
Binary 11100110 1001011 1110101 0 1000011 110001 1010 101011000 1001100 111100

Color Harmonies of #E64B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64B75

Black with #E64B75

Text Example


Text Example

White with #E64B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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