Html Css Color HEX #E7506A Cranberry

📋 copy color: '#E7506A'

red 231 ◦ green 80 ◦ blue 106

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

Shades of Cranberry #E7506A

Tints of Cranberry #E7506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.42%

R = 55.4%
G = 19.18%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E7506A (or 0xE7506A) is known color: Cranberry. HEX triplet: E7, 50 and 6A. RGB value is (231,80,106). Sum of RGB (Red+Green+Blue) = 231+80+106=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E7506A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7506A is #18AF95. Grayscale: #808080. Windows color (decimal): -1617814 or 6967527. OLE color: 6967527.

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

Color convert

RGB 231 80 106 -
CMYK 0 0.65 0.54 0.09
HSL 349.67º 0.76% 0.61% -
HSV(B) 349.67º 0.65% 0.91% -
XYZ 38.43 23.77 16.2 -
YUV 128.11 115.53 201.39 -
System Red Green Blue C M Y K H S L
Decimal 231 80 106 0 0.65 0.54 0.09 349.67 0.76 0.61
Hex E7 50 6A 0 41 36 9 15E 4C 3D
Octal 347 120 152 0 101 66 11 536 114 75
Binary 11100111 1010000 1101010 0 1000001 110110 1001 101011110 1001100 111101

Color Harmonies of #E7506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7506A

Black with #E7506A

Text Example


Text Example

White with #E7506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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