Html Css Color HEX #E85465 Cranberry

📋 copy color: '#E85465'

red 232 ◦ green 84 ◦ blue 101

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

Shades of Cranberry #E85465

Tints of Cranberry #E85465

RGB

 RED value IS 232 (91.02% from 255) = 55.64%

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

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

R = 55.64%
G = 20.14%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E85465 (or 0xE85465) is known color: Cranberry. HEX triplet: E8, 54 and 65. RGB value is (232,84,101). Sum of RGB (Red+Green+Blue) = 232+84+101=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E85465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85465 is #17AB9A. Grayscale: #828282. Windows color (decimal): -1551259 or 6640872. OLE color: 6640872.

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

Color convert

RGB 232 84 101 -
CMYK 0 0.64 0.56 0.09
HSL 353.11º 0.76% 0.62% -
HSV(B) 353.11º 0.64% 0.91% -
XYZ 38.8 24.44 14.98 -
YUV 130.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 232 84 101 0 0.64 0.56 0.09 353.11 0.76 0.62
Hex E8 54 65 0 40 38 9 161 4C 3E
Octal 350 124 145 0 100 70 11 541 114 76
Binary 11101000 1010100 1100101 0 1000000 111000 1001 101100001 1001100 111110

Color Harmonies of #E85465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85465

Black with #E85465

Text Example


Text Example

White with #E85465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85465; }

 p { color: rgb(232,84,101); }

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

background-color css

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

 a { background-color: rgb(232,84,101); }

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

border-color css

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

 span { border-color: rgb(232,84,101); }

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