Html Css Color HEX #E65071 Cranberry

📋 copy color: '#E65071'

red 230 ◦ green 80 ◦ blue 113

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

Shades of Cranberry #E65071

Tints of Cranberry #E65071

RGB

 RED value IS 230 (90.23% from 255) = 54.37%

 GREEN value IS 80 (31.64% from 255) = 18.91%

 BLUE value IS 113 (44.53% from 255) = 26.71%

R = 54.37%
G = 18.91%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E65071 (or 0xE65071) is known color: Cranberry. HEX triplet: E6, 50 and 71. RGB value is (230,80,113). Sum of RGB (Red+Green+Blue) = 230+80+113=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E65071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65071 is #19AF8E. Grayscale: #808080. Windows color (decimal): -1683343 or 7426278. OLE color: 7426278.

HSL color Cylindrical-coordinate representation of color #E65071: hue angle of 346.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E65071 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 80 113 -
CMYK 0 0.65 0.51 0.10
HSL 346.8º 0.75% 0.61% -
HSV(B) 346.8º 0.65% 0.9% -
XYZ 38.48 23.75 18.18 -
YUV 128.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 230 80 113 0 0.65 0.51 0.10 346.8 0.75 0.61
Hex E6 50 71 0 41 33 A 15B 4B 3D
Octal 346 120 161 0 101 63 12 533 113 75
Binary 11100110 1010000 1110001 0 1000001 110011 1010 101011011 1001011 111101

Color Harmonies of #E65071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65071

Black with #E65071

Text Example


Text Example

White with #E65071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65071; }

 p { color: rgb(230,80,113); }

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

background-color css

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

 a { background-color: rgb(230,80,113); }

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

border-color css

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

 span { border-color: rgb(230,80,113); }

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