Html Css Color HEX #E24D7D Cranberry

📋 copy color: '#E24D7D'

red 226 ◦ green 77 ◦ blue 125

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

Shades of Cranberry #E24D7D

Tints of Cranberry #E24D7D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.99%

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 52.8%
G = 17.99%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E24D7D (or 0xE24D7D) is known color: Cranberry. HEX triplet: E2, 4D and 7D. RGB value is (226,77,125). Sum of RGB (Red+Green+Blue) = 226+77+125=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E24D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E24D7D is #1DB282. Grayscale: #7E7E7E. Windows color (decimal): -1946243 or 8211938. OLE color: 8211938.

HSL color Cylindrical-coordinate representation of color #E24D7D: hue angle of 340.67º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E24D7D is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 77 125 -
CMYK 0 0.66 0.45 0.11
HSL 340.67º 0.72% 0.59% -
HSV(B) 340.67º 0.66% 0.89% -
XYZ 37.72 22.96 21.85 -
YUV 127.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 226 77 125 0 0.66 0.45 0.11 340.67 0.72 0.59
Hex E2 4D 7D 0 42 2D B 155 48 3B
Octal 342 115 175 0 102 55 13 525 110 73
Binary 11100010 1001101 1111101 0 1000010 101101 1011 101010101 1001000 111011

Color Harmonies of #E24D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24D7D

Black with #E24D7D

Text Example


Text Example

White with #E24D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24D7D; }

 p { color: rgb(226,77,125); }

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

background-color css

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

 a { background-color: rgb(226,77,125); }

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

border-color css

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

 span { border-color: rgb(226,77,125); }

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