Html Css Color HEX #E95266 Cranberry

📋 copy color: '#E95266'

red 233 ◦ green 82 ◦ blue 102

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

Shades of Cranberry #E95266

Tints of Cranberry #E95266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.66%

 BLUE value IS 102 (40.23% from 255) = 24.46%

R = 55.88%
G = 19.66%
B = 24.46%

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

#E95266 (or 0xE95266) is known color: Cranberry. HEX triplet: E9, 52 and 66. RGB value is (233,82,102). Sum of RGB (Red+Green+Blue) = 233+82+102=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E95266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95266 is #16AD99. Grayscale: #818181. Windows color (decimal): -1486234 or 6705897. OLE color: 6705897.

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

Color convert

RGB 233 82 102 -
CMYK 0 0.65 0.56 0.09
HSL 352.05º 0.77% 0.62% -
HSV(B) 352.05º 0.65% 0.91% -
XYZ 39.02 24.32 15.21 -
YUV 129.43 112.53 201.87 -
System Red Green Blue C M Y K H S L
Decimal 233 82 102 0 0.65 0.56 0.09 352.05 0.77 0.62
Hex E9 52 66 0 41 38 9 160 4D 3E
Octal 351 122 146 0 101 70 11 540 115 76
Binary 11101001 1010010 1100110 0 1000001 111000 1001 101100000 1001101 111110

Color Harmonies of #E95266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95266

Black with #E95266

Text Example


Text Example

White with #E95266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95266; }

 p { color: rgb(233,82,102); }

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

background-color css

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

 a { background-color: rgb(233,82,102); }

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

border-color css

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

 span { border-color: rgb(233,82,102); }

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