Html Css Color HEX #AE014B Jazzberry Jam

📋 copy color: '#AE014B'

red 174 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #AE014B

Tints of Jazzberry Jam #AE014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 75 (29.69% from 255) = 30%

R = 69.6%
G = 0.4%
B = 30%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE014B (or 0xAE014B) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 4B. RGB value is (174,1,75). Sum of RGB (Red+Green+Blue) = 174+1+75=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE014B is #51FEB4. Grayscale: #3D3D3D. Windows color (decimal): -5373621 or 4915630. OLE color: 4915630.

HSL color Cylindrical-coordinate representation of color #AE014B: hue angle of 334.34º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE014B is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 1 75 -
CMYK 0 0.99 0.57 0.32
HSL 334.34º 0.99% 0.34% -
HSV(B) 334.34º 0.99% 0.68% -
XYZ 18.74 9.53 7.51 -
YUV 61.16 135.81 208.48 -
System Red Green Blue C M Y K H S L
Decimal 174 1 75 0 0.99 0.57 0.32 334.34 0.99 0.34
Hex AE 1 4B 0 63 39 20 14E 63 22
Octal 256 1 113 0 143 71 40 516 143 42
Binary 10101110 1 1001011 0 1100011 111001 100000 101001110 1100011 100010

Color Harmonies of #AE014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE014B

Black with #AE014B

Text Example


Text Example

White with #AE014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE014B; }

 p { color: rgb(174,1,75); }

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

background-color css

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

 a { background-color: rgb(174,1,75); }

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

border-color css

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

 span { border-color: rgb(174,1,75); }

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