Html Css Color HEX #88424E Solid Pink

📋 copy color: '#88424E'

red 136 ◦ green 66 ◦ blue 78

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

Shades of Solid Pink #88424E

Tints of Solid Pink #88424E

RGB

 RED value IS 136 (53.52% from 255) = 48.57%

 GREEN value IS 66 (26.17% from 255) = 23.57%

 BLUE value IS 78 (30.86% from 255) = 27.86%

R = 48.57%
G = 23.57%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#88424E (or 0x88424E) is known color: Solid Pink. HEX triplet: 88, 42 and 4E. RGB value is (136,66,78). Sum of RGB (Red+Green+Blue) = 136+66+78=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #88424E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88424E is #77BDB1. Grayscale: #585858. Windows color (decimal): -7847346 or 5128840. OLE color: 5128840.

HSL color Cylindrical-coordinate representation of color #88424E: hue angle of 349.71º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #88424E is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 66 78 -
CMYK 0 0.51 0.43 0.47
HSL 349.71º 0.35% 0.4% -
HSV(B) 349.71º 0.51% 0.53% -
XYZ 13.48 9.68 8.37 -
YUV 88.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 136 66 78 0 0.51 0.43 0.47 349.71 0.35 0.4
Hex 88 42 4E 0 33 2B 2F 15E 23 28
Octal 210 102 116 0 63 53 57 536 43 50
Binary 10001000 1000010 1001110 0 110011 101011 101111 101011110 100011 101000

Color Harmonies of #88424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88424E

Black with #88424E

Text Example


Text Example

White with #88424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88424E; }

 p { color: rgb(136,66,78); }

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

background-color css

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

 a { background-color: rgb(136,66,78); }

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

border-color css

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

 span { border-color: rgb(136,66,78); }

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