Html Css Color HEX #E75071 Cranberry

📋 copy color: '#E75071'

red 231 ◦ green 80 ◦ blue 113

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

Shades of Cranberry #E75071

Tints of Cranberry #E75071

RGB

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

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

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

R = 54.48%
G = 18.87%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E75071 (or 0xE75071) is known color: Cranberry. HEX triplet: E7, 50 and 71. RGB value is (231,80,113). Sum of RGB (Red+Green+Blue) = 231+80+113=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E75071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75071 is #18AF8E. Grayscale: #808080. Windows color (decimal): -1617807 or 7426279. OLE color: 7426279.

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

Color convert

RGB 231 80 113 -
CMYK 0 0.65 0.51 0.09
HSL 346.89º 0.76% 0.61% -
HSV(B) 346.89º 0.65% 0.91% -
XYZ 38.8 23.92 18.19 -
YUV 128.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 231 80 113 0 0.65 0.51 0.09 346.89 0.76 0.61
Hex E7 50 71 0 41 33 9 15B 4C 3D
Octal 347 120 161 0 101 63 11 533 114 75
Binary 11100111 1010000 1110001 0 1000001 110011 1001 101011011 1001100 111101

Color Harmonies of #E75071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75071

Black with #E75071

Text Example


Text Example

White with #E75071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75071; }

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

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

background-color css

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

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

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

border-color css

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

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

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