Shades of Hot Pink #EA68B2
Tints of Hot Pink #EA68B2
RGB
CMYK
RGB Variations
Color information
#EA68B2 (or 0xEA68B2) is known color: Hot Pink. HEX triplet: EA, 68 and B2. RGB value is (234,104,178). Sum of RGB (Red+Green+Blue) = 234+104+178=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA68B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA68B2 is #15974D. Grayscale: #979797. Windows color (decimal): -1414990 or 11692266. OLE color: 11692266.
HSL color Cylindrical-coordinate representation of color #EA68B2: hue angle of 325.85º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA68B2 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 104 | 178 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.08 |
| HSL | 325.85º | 0.76% | 0.66% | - |
| HSV(B) | 325.85º | 0.56% | 0.92% | - |
| XYZ | 46.92 | 30.61 | 45.55 | - |
| YUV | 151.31 | 143.07 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 104 | 178 | 0 | 0.56 | 0.24 | 0.08 | 325.85 | 0.76 | 0.66 |
| Hex | EA | 68 | B2 | 0 | 38 | 18 | 8 | 146 | 4C | 42 |
| Octal | 352 | 150 | 262 | 0 | 70 | 30 | 10 | 506 | 114 | 102 |
| Binary | 11101010 | 1101000 | 10110010 | 0 | 111000 | 11000 | 1000 | 101000110 | 1001100 | 1000010 |
Color Harmonies of #EA68B2
Complementary color
Monochromatic Colors of #EA68B2
Black with #EA68B2
Text Example
Text Example
White with #EA68B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA68B2; }
p { color: rgb(234,104,178); }
H1.HeaderClassName
{
color: #EA68B2;
}
.AnyTagClassName
{
color: #EA68B2;
}
</style>
background-color css
<style>
a { background-color: #EA68B2; }
a { background-color: rgb(234,104,178); }
div.DivClassName
{
background-color: #EA68B2;
}
.BgClassName
{
background-color: #EA68B2;
}
</style>
border-color css
<style>
span { border-color: #EA68B2; }
span { border-color: rgb(234,104,178); }
td.TdClassName
{
border-color: #EA68B2;
}
.TagClassName
{
border-color: #EA68B2;
}
</style>