Html Css Color HEX #E75470 Cranberry

📋 copy color: '#E75470'

red 231 ◦ green 84 ◦ blue 112

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

Shades of Cranberry #E75470

Tints of Cranberry #E75470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.23%

R = 54.1%
G = 19.67%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E75470 (or 0xE75470) is known color: Cranberry. HEX triplet: E7, 54 and 70. RGB value is (231,84,112). Sum of RGB (Red+Green+Blue) = 231+84+112=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E75470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75470 is #18AB8F. Grayscale: #838383. Windows color (decimal): -1616784 or 7361767. OLE color: 7361767.

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

Color convert

RGB 231 84 112 -
CMYK 0 0.64 0.52 0.09
HSL 348.57º 0.75% 0.62% -
HSV(B) 348.57º 0.64% 0.91% -
XYZ 39.05 24.5 18 -
YUV 131.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 231 84 112 0 0.64 0.52 0.09 348.57 0.75 0.62
Hex E7 54 70 0 40 34 9 15D 4B 3E
Octal 347 124 160 0 100 64 11 535 113 76
Binary 11100111 1010100 1110000 0 1000000 110100 1001 101011101 1001011 111110

Color Harmonies of #E75470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75470

Black with #E75470

Text Example


Text Example

White with #E75470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75470; }

 p { color: rgb(231,84,112); }

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

background-color css

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

 a { background-color: rgb(231,84,112); }

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

border-color css

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

 span { border-color: rgb(231,84,112); }

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