Html Css Color HEX #E24B7A Cranberry

📋 copy color: '#E24B7A'

red 226 ◦ green 75 ◦ blue 122

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

Shades of Cranberry #E24B7A

Tints of Cranberry #E24B7A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.73%

 BLUE value IS 122 (48.05% from 255) = 28.84%

R = 53.43%
G = 17.73%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E24B7A (or 0xE24B7A) is known color: Cranberry. HEX triplet: E2, 4B and 7A. RGB value is (226,75,122). Sum of RGB (Red+Green+Blue) = 226+75+122=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E24B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24B7A is #1DB485. Grayscale: #7D7D7D. Windows color (decimal): -1946758 or 8014818. OLE color: 8014818.

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

Color convert

RGB 226 75 122 -
CMYK 0 0.67 0.46 0.11
HSL 341.32º 0.72% 0.59% -
HSV(B) 341.32º 0.67% 0.89% -
XYZ 37.39 22.61 20.8 -
YUV 125.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 226 75 122 0 0.67 0.46 0.11 341.32 0.72 0.59
Hex E2 4B 7A 0 43 2E B 155 48 3B
Octal 342 113 172 0 103 56 13 525 110 73
Binary 11100010 1001011 1111010 0 1000011 101110 1011 101010101 1001000 111011

Color Harmonies of #E24B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24B7A

Black with #E24B7A

Text Example


Text Example

White with #E24B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24B7A; }

 p { color: rgb(226,75,122); }

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

background-color css

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

 a { background-color: rgb(226,75,122); }

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

border-color css

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

 span { border-color: rgb(226,75,122); }

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