Html Css Color HEX #E95369 Cranberry

📋 copy color: '#E95369'

red 233 ◦ green 83 ◦ blue 105

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

Shades of Cranberry #E95369

Tints of Cranberry #E95369

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.71%

 BLUE value IS 105 (41.41% from 255) = 24.94%

R = 55.34%
G = 19.71%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E95369 (or 0xE95369) is known color: Cranberry. HEX triplet: E9, 53 and 69. RGB value is (233,83,105). Sum of RGB (Red+Green+Blue) = 233+83+105=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E95369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95369 is #16AC96. Grayscale: #828282. Windows color (decimal): -1485975 or 6902761. OLE color: 6902761.

HSL color Cylindrical-coordinate representation of color #E95369: hue angle of 351.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95369 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 83 105 -
CMYK 0 0.64 0.55 0.09
HSL 351.2º 0.77% 0.62% -
HSV(B) 351.2º 0.64% 0.91% -
XYZ 39.25 24.53 16.03 -
YUV 130.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 233 83 105 0 0.64 0.55 0.09 351.2 0.77 0.62
Hex E9 53 69 0 40 37 9 15F 4D 3E
Octal 351 123 151 0 100 67 11 537 115 76
Binary 11101001 1010011 1101001 0 1000000 110111 1001 101011111 1001101 111110

Color Harmonies of #E95369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95369

Black with #E95369

Text Example


Text Example

White with #E95369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95369; }

 p { color: rgb(233,83,105); }

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

background-color css

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

 a { background-color: rgb(233,83,105); }

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

border-color css

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

 span { border-color: rgb(233,83,105); }

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