Html Css Color HEX #E74274 Cranberry

📋 copy color: '#E74274'

red 231 ◦ green 66 ◦ blue 116

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

Shades of Cranberry #E74274

Tints of Cranberry #E74274

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.98%

 BLUE value IS 116 (45.7% from 255) = 28.09%

R = 55.93%
G = 15.98%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E74274 (or 0xE74274) is known color: Cranberry. HEX triplet: E7, 42 and 74. RGB value is (231,66,116). Sum of RGB (Red+Green+Blue) = 231+66+116=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E74274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74274 is #18BD8B. Grayscale: #797979. Windows color (decimal): -1621388 or 7619303. OLE color: 7619303.

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

Color convert

RGB 231 66 116 -
CMYK 0 0.71 0.50 0.09
HSL 341.82º 0.77% 0.58% -
HSV(B) 341.82º 0.71% 0.91% -
XYZ 38.06 22.15 18.79 -
YUV 121.04 125.16 206.43 -
System Red Green Blue C M Y K H S L
Decimal 231 66 116 0 0.71 0.50 0.09 341.82 0.77 0.58
Hex E7 42 74 0 47 32 9 156 4D 3A
Octal 347 102 164 0 107 62 11 526 115 72
Binary 11100111 1000010 1110100 0 1000111 110010 1001 101010110 1001101 111010

Color Harmonies of #E74274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74274

Black with #E74274

Text Example


Text Example

White with #E74274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74274; }

 p { color: rgb(231,66,116); }

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

background-color css

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

 a { background-color: rgb(231,66,116); }

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

border-color css

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

 span { border-color: rgb(231,66,116); }

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