Html Css Color HEX #E75265 Cranberry

📋 copy color: '#E75265'

red 231 ◦ green 82 ◦ blue 101

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

Shades of Cranberry #E75265

Tints of Cranberry #E75265

RGB

 RED value IS 231 (90.63% from 255) = 55.8%

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

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

R = 55.8%
G = 19.81%
B = 24.4%

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

#E75265 (or 0xE75265) is known color: Cranberry. HEX triplet: E7, 52 and 65. RGB value is (231,82,101). Sum of RGB (Red+Green+Blue) = 231+82+101=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E75265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75265 is #18AD9A. Grayscale: #808080. Windows color (decimal): -1617307 or 6640359. OLE color: 6640359.

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

Color convert

RGB 231 82 101 -
CMYK 0 0.65 0.56 0.09
HSL 352.35º 0.76% 0.61% -
HSV(B) 352.35º 0.65% 0.91% -
XYZ 38.32 23.96 14.92 -
YUV 128.72 112.36 200.96 -
System Red Green Blue C M Y K H S L
Decimal 231 82 101 0 0.65 0.56 0.09 352.35 0.76 0.61
Hex E7 52 65 0 41 38 9 160 4C 3D
Octal 347 122 145 0 101 70 11 540 114 75
Binary 11100111 1010010 1100101 0 1000001 111000 1001 101100000 1001100 111101

Color Harmonies of #E75265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75265

Black with #E75265

Text Example


Text Example

White with #E75265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75265; }

 p { color: rgb(231,82,101); }

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

background-color css

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

 a { background-color: rgb(231,82,101); }

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

border-color css

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

 span { border-color: rgb(231,82,101); }

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