Html Css Color HEX #E24274 Cranberry

📋 copy color: '#E24274'

red 226 ◦ green 66 ◦ blue 116

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

Shades of Cranberry #E24274

Tints of Cranberry #E24274

RGB

 RED value IS 226 (88.67% from 255) = 55.39%

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

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

R = 55.39%
G = 16.18%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E24274 (or 0xE24274) is known color: Cranberry. HEX triplet: E2, 42 and 74. RGB value is (226,66,116). Sum of RGB (Red+Green+Blue) = 226+66+116=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E24274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24274 is #1DBD8B. Grayscale: #777777. Windows color (decimal): -1949068 or 7619298. OLE color: 7619298.

HSL color Cylindrical-coordinate representation of color #E24274: hue angle of 341.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E24274 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 66 116 -
CMYK 0 0.71 0.49 0.11
HSL 341.25º 0.73% 0.57% -
HSV(B) 341.25º 0.71% 0.89% -
XYZ 36.46 21.33 18.72 -
YUV 119.54 126.01 203.93 -
System Red Green Blue C M Y K H S L
Decimal 226 66 116 0 0.71 0.49 0.11 341.25 0.73 0.57
Hex E2 42 74 0 47 31 B 155 49 39
Octal 342 102 164 0 107 61 13 525 111 71
Binary 11100010 1000010 1110100 0 1000111 110001 1011 101010101 1001001 111001

Color Harmonies of #E24274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24274

Black with #E24274

Text Example


Text Example

White with #E24274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24274; }

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

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

background-color css

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

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

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

border-color css

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

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

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