Html Css Color HEX #E74D6A Cranberry

📋 copy color: '#E74D6A'

red 231 ◦ green 77 ◦ blue 106

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

Shades of Cranberry #E74D6A

Tints of Cranberry #E74D6A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.6%

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

R = 55.8%
G = 18.6%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E74D6A (or 0xE74D6A) is known color: Cranberry. HEX triplet: E7, 4D and 6A. RGB value is (231,77,106). Sum of RGB (Red+Green+Blue) = 231+77+106=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74D6A is #18B295. Grayscale: #7E7E7E. Windows color (decimal): -1618582 or 6966759. OLE color: 6966759.

HSL color Cylindrical-coordinate representation of color #E74D6A: hue angle of 348.7º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E74D6A is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 77 106 -
CMYK 0 0.67 0.54 0.09
HSL 348.7º 0.76% 0.6% -
HSV(B) 348.7º 0.67% 0.91% -
XYZ 38.21 23.34 16.13 -
YUV 126.35 116.52 202.64 -
System Red Green Blue C M Y K H S L
Decimal 231 77 106 0 0.67 0.54 0.09 348.7 0.76 0.6
Hex E7 4D 6A 0 43 36 9 15D 4C 3C
Octal 347 115 152 0 103 66 11 535 114 74
Binary 11100111 1001101 1101010 0 1000011 110110 1001 101011101 1001100 111100

Color Harmonies of #E74D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74D6A

Black with #E74D6A

Text Example


Text Example

White with #E74D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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