Html Css Color HEX #E95065 Cranberry

📋 copy color: '#E95065'

red 233 ◦ green 80 ◦ blue 101

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

Shades of Cranberry #E95065

Tints of Cranberry #E95065

RGB

 RED value IS 233 (91.41% from 255) = 56.28%

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

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

R = 56.28%
G = 19.32%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E95065 (or 0xE95065) is known color: Cranberry. HEX triplet: E9, 50 and 65. RGB value is (233,80,101). Sum of RGB (Red+Green+Blue) = 233+80+101=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E95065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95065 is #16AF9A. Grayscale: #808080. Windows color (decimal): -1486747 or 6639849. OLE color: 6639849.

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

Color convert

RGB 233 80 101 -
CMYK 0 0.66 0.57 0.09
HSL 351.76º 0.78% 0.61% -
HSV(B) 351.76º 0.66% 0.91% -
XYZ 38.82 24 14.9 -
YUV 128.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 233 80 101 0 0.66 0.57 0.09 351.76 0.78 0.61
Hex E9 50 65 0 42 39 9 160 4E 3D
Octal 351 120 145 0 102 71 11 540 116 75
Binary 11101001 1010000 1100101 0 1000010 111001 1001 101100000 1001110 111101

Color Harmonies of #E95065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95065

Black with #E95065

Text Example


Text Example

White with #E95065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95065; }

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

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

background-color css

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

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

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

border-color css

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

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

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