Html Css Color HEX #E74A68 Cranberry

📋 copy color: '#E74A68'

red 231 ◦ green 74 ◦ blue 104

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

Shades of Cranberry #E74A68

Tints of Cranberry #E74A68

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.09%

 BLUE value IS 104 (41.02% from 255) = 25.43%

R = 56.48%
G = 18.09%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E74A68 (or 0xE74A68) is known color: Cranberry. HEX triplet: E7, 4A and 68. RGB value is (231,74,104). Sum of RGB (Red+Green+Blue) = 231+74+104=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74A68 is #18B597. Grayscale: #7C7C7C. Windows color (decimal): -1619352 or 6834919. OLE color: 6834919.

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

Color convert

RGB 231 74 104 -
CMYK 0 0.68 0.55 0.09
HSL 348.54º 0.77% 0.6% -
HSV(B) 348.54º 0.68% 0.91% -
XYZ 37.9 22.89 15.52 -
YUV 124.36 116.51 204.06 -
System Red Green Blue C M Y K H S L
Decimal 231 74 104 0 0.68 0.55 0.09 348.54 0.77 0.6
Hex E7 4A 68 0 44 37 9 15D 4D 3C
Octal 347 112 150 0 104 67 11 535 115 74
Binary 11100111 1001010 1101000 0 1000100 110111 1001 101011101 1001101 111100

Color Harmonies of #E74A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74A68

Black with #E74A68

Text Example


Text Example

White with #E74A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74A68; }

 p { color: rgb(231,74,104); }

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

background-color css

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

 a { background-color: rgb(231,74,104); }

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

border-color css

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

 span { border-color: rgb(231,74,104); }

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