Html Css Color HEX #E24380 Cranberry

📋 copy color: '#E24380'

red 226 ◦ green 67 ◦ blue 128

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

Shades of Cranberry #E24380

Tints of Cranberry #E24380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.91%

 BLUE value IS 128 (50.39% from 255) = 30.4%

R = 53.68%
G = 15.91%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E24380 (or 0xE24380) is known color: Cranberry. HEX triplet: E2, 43 and 80. RGB value is (226,67,128). Sum of RGB (Red+Green+Blue) = 226+67+128=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E24380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24380 is #1DBC7F. Grayscale: #797979. Windows color (decimal): -1948800 or 8405986. OLE color: 8405986.

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

Color convert

RGB 226 67 128 -
CMYK 0 0.70 0.43 0.11
HSL 336.98º 0.73% 0.57% -
HSV(B) 336.98º 0.7% 0.89% -
XYZ 37.27 21.74 22.65 -
YUV 121.5 131.68 202.54 -
System Red Green Blue C M Y K H S L
Decimal 226 67 128 0 0.70 0.43 0.11 336.98 0.73 0.57
Hex E2 43 80 0 46 2B B 151 49 39
Octal 342 103 200 0 106 53 13 521 111 71
Binary 11100010 1000011 10000000 0 1000110 101011 1011 101010001 1001001 111001

Color Harmonies of #E24380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24380

Black with #E24380

Text Example


Text Example

White with #E24380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24380; }

 p { color: rgb(226,67,128); }

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

background-color css

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

 a { background-color: rgb(226,67,128); }

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

border-color css

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

 span { border-color: rgb(226,67,128); }

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