Html Css Color HEX #E75469 Cranberry

📋 copy color: '#E75469'

red 231 ◦ green 84 ◦ blue 105

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

Shades of Cranberry #E75469

Tints of Cranberry #E75469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25%

R = 55%
G = 20%
B = 25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E75469 (or 0xE75469) is known color: Cranberry. HEX triplet: E7, 54 and 69. RGB value is (231,84,105). Sum of RGB (Red+Green+Blue) = 231+84+105=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E75469 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75469 is #18AB96. Grayscale: #828282. Windows color (decimal): -1616791 or 6903015. OLE color: 6903015.

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

Color convert

RGB 231 84 105 -
CMYK 0 0.64 0.55 0.09
HSL 351.43º 0.75% 0.62% -
HSV(B) 351.43º 0.64% 0.91% -
XYZ 38.68 24.35 16.03 -
YUV 130.35 113.7 199.79 -
System Red Green Blue C M Y K H S L
Decimal 231 84 105 0 0.64 0.55 0.09 351.43 0.75 0.62
Hex E7 54 69 0 40 37 9 15F 4B 3E
Octal 347 124 151 0 100 67 11 537 113 76
Binary 11100111 1010100 1101001 0 1000000 110111 1001 101011111 1001011 111110

Color Harmonies of #E75469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75469

Black with #E75469

Text Example


Text Example

White with #E75469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75469; }

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

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

background-color css

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

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

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

border-color css

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

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

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