Html Css Color HEX #E95469 Cranberry

📋 copy color: '#E95469'

red 233 ◦ green 84 ◦ blue 105

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

Shades of Cranberry #E95469

Tints of Cranberry #E95469

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.91%

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

R = 55.21%
G = 19.91%
B = 24.88%

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

#E95469 (or 0xE95469) is known color: Cranberry. HEX triplet: E9, 54 and 69. RGB value is (233,84,105). Sum of RGB (Red+Green+Blue) = 233+84+105=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E95469 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95469 is #16AB96. Grayscale: #838383. Windows color (decimal): -1485719 or 6903017. OLE color: 6903017.

HSL color Cylindrical-coordinate representation of color #E95469: hue angle of 351.54º 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 #E95469 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 84 105 -
CMYK 0 0.64 0.55 0.09
HSL 351.54º 0.77% 0.62% -
HSV(B) 351.54º 0.64% 0.91% -
XYZ 39.32 24.68 16.06 -
YUV 130.95 113.36 200.79 -
System Red Green Blue C M Y K H S L
Decimal 233 84 105 0 0.64 0.55 0.09 351.54 0.77 0.62
Hex E9 54 69 0 40 37 9 160 4D 3E
Octal 351 124 151 0 100 67 11 540 115 76
Binary 11101001 1010100 1101001 0 1000000 110111 1001 101100000 1001101 111110

Color Harmonies of #E95469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95469

Black with #E95469

Text Example


Text Example

White with #E95469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95469; }

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

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

background-color css

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

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

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

border-color css

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

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

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