Html Css Color HEX #E75065 Cranberry

📋 copy color: '#E75065'

red 231 ◦ green 80 ◦ blue 101

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

Shades of Cranberry #E75065

Tints of Cranberry #E75065

RGB

 RED value IS 231 (90.63% from 255) = 56.07%

 GREEN value IS 80 (31.64% from 255) = 19.42%

 BLUE value IS 101 (39.84% from 255) = 24.51%

R = 56.07%
G = 19.42%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E75065 (or 0xE75065) is known color: Cranberry. HEX triplet: E7, 50 and 65. RGB value is (231,80,101). Sum of RGB (Red+Green+Blue) = 231+80+101=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E75065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75065 is #18AF9A. Grayscale: #7F7F7F. Windows color (decimal): -1617819 or 6639847. OLE color: 6639847.

HSL color Cylindrical-coordinate representation of color #E75065: hue angle of 351.66º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E75065 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 80 101 -
CMYK 0 0.65 0.56 0.09
HSL 351.66º 0.76% 0.61% -
HSV(B) 351.66º 0.65% 0.91% -
XYZ 38.17 23.67 14.87 -
YUV 127.54 113.03 201.79 -
System Red Green Blue C M Y K H S L
Decimal 231 80 101 0 0.65 0.56 0.09 351.66 0.76 0.61
Hex E7 50 65 0 41 38 9 160 4C 3D
Octal 347 120 145 0 101 70 11 540 114 75
Binary 11100111 1010000 1100101 0 1000001 111000 1001 101100000 1001100 111101

Color Harmonies of #E75065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75065

Black with #E75065

Text Example


Text Example

White with #E75065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75065; }

 p { color: rgb(231,80,101); }

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

background-color css

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

 a { background-color: rgb(231,80,101); }

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

border-color css

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

 span { border-color: rgb(231,80,101); }

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