Html Css Color HEX #E44A7A Cranberry

📋 copy color: '#E44A7A'

red 228 ◦ green 74 ◦ blue 122

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

Shades of Cranberry #E44A7A

Tints of Cranberry #E44A7A

RGB

 RED value IS 228 (89.45% from 255) = 53.77%

 GREEN value IS 74 (29.3% from 255) = 17.45%

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

R = 53.77%
G = 17.45%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E44A7A (or 0xE44A7A) is known color: Cranberry. HEX triplet: E4, 4A and 7A. RGB value is (228,74,122). Sum of RGB (Red+Green+Blue) = 228+74+122=424 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.77% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44A7A is #1BB585. Grayscale: #7D7D7D. Windows color (decimal): -1815942 or 8014564. OLE color: 8014564.

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

Color convert

RGB 228 74 122 -
CMYK 0 0.68 0.46 0.11
HSL 341.3º 0.74% 0.59% -
HSV(B) 341.3º 0.68% 0.89% -
XYZ 37.96 22.8 20.81 -
YUV 125.52 126.02 201.1 -
System Red Green Blue C M Y K H S L
Decimal 228 74 122 0 0.68 0.46 0.11 341.3 0.74 0.59
Hex E4 4A 7A 0 44 2E B 155 4A 3B
Octal 344 112 172 0 104 56 13 525 112 73
Binary 11100100 1001010 1111010 0 1000100 101110 1011 101010101 1001010 111011

Color Harmonies of #E44A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44A7A

Black with #E44A7A

Text Example


Text Example

White with #E44A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44A7A; }

 p { color: rgb(228,74,122); }

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

background-color css

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

 a { background-color: rgb(228,74,122); }

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

border-color css

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

 span { border-color: rgb(228,74,122); }

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