Html Css Color HEX #E24482 Cranberry

📋 copy color: '#E24482'

red 226 ◦ green 68 ◦ blue 130

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

Shades of Cranberry #E24482

Tints of Cranberry #E24482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.04%

 BLUE value IS 130 (51.17% from 255) = 30.66%

R = 53.3%
G = 16.04%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E24482 (or 0xE24482) is known color: Cranberry. HEX triplet: E2, 44 and 82. RGB value is (226,68,130). Sum of RGB (Red+Green+Blue) = 226+68+130=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E24482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24482 is #1DBB7D. Grayscale: #7A7A7A. Windows color (decimal): -1948542 or 8537314. OLE color: 8537314.

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

Color convert

RGB 226 68 130 -
CMYK 0 0.70 0.42 0.11
HSL 336.46º 0.73% 0.58% -
HSV(B) 336.46º 0.7% 0.89% -
XYZ 37.46 21.91 23.37 -
YUV 122.31 132.35 201.96 -
System Red Green Blue C M Y K H S L
Decimal 226 68 130 0 0.70 0.42 0.11 336.46 0.73 0.58
Hex E2 44 82 0 46 2A B 150 49 3A
Octal 342 104 202 0 106 52 13 520 111 72
Binary 11100010 1000100 10000010 0 1000110 101010 1011 101010000 1001001 111010

Color Harmonies of #E24482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24482

Black with #E24482

Text Example


Text Example

White with #E24482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24482; }

 p { color: rgb(226,68,130); }

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

background-color css

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

 a { background-color: rgb(226,68,130); }

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

border-color css

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

 span { border-color: rgb(226,68,130); }

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