Html Css Color HEX #AE225E Jazzberry Jam

📋 copy color: '#AE225E'

red 174 ◦ green 34 ◦ blue 94

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

Shades of Jazzberry Jam #AE225E

Tints of Jazzberry Jam #AE225E

RGB

 RED value IS 174 (68.36% from 255) = 57.62%

 GREEN value IS 34 (13.67% from 255) = 11.26%

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 57.62%
G = 11.26%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE225E (or 0xAE225E) is known color: Jazzberry Jam. HEX triplet: AE, 22 and 5E. RGB value is (174,34,94). Sum of RGB (Red+Green+Blue) = 174+34+94=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE225E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE225E is #51DDA1. Grayscale: #525252. Windows color (decimal): -5365154 or 6169262. OLE color: 6169262.

HSL color Cylindrical-coordinate representation of color #AE225E: hue angle of 334.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE225E is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 34 94 -
CMYK 0 0.80 0.46 0.32
HSL 334.29º 0.67% 0.41% -
HSV(B) 334.29º 0.8% 0.68% -
XYZ 20.05 10.95 11.65 -
YUV 82.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 174 34 94 0 0.80 0.46 0.32 334.29 0.67 0.41
Hex AE 22 5E 0 50 2E 20 14E 43 29
Octal 256 42 136 0 120 56 40 516 103 51
Binary 10101110 100010 1011110 0 1010000 101110 100000 101001110 1000011 101001

Color Harmonies of #AE225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE225E

Black with #AE225E

Text Example


Text Example

White with #AE225E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE225E; }

 p { color: rgb(174,34,94); }

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

background-color css

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

 a { background-color: rgb(174,34,94); }

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

border-color css

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

 span { border-color: rgb(174,34,94); }

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