Shades of Neon Pink #EA69C2
Tints of Neon Pink #EA69C2
RGB
CMYK
RGB Variations
Color information
#EA69C2 (or 0xEA69C2) is known color: Neon Pink. HEX triplet: EA, 69 and C2. RGB value is (234,105,194). Sum of RGB (Red+Green+Blue) = 234+105+194=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA69C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA69C2 is #15963D. Grayscale: #999999. Windows color (decimal): -1414718 or 12741098. OLE color: 12741098.
HSL color Cylindrical-coordinate representation of color #EA69C2: hue angle of 318.6º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA69C2 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 105 | 194 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.08 |
| HSL | 318.6º | 0.75% | 0.66% | - |
| HSV(B) | 318.6º | 0.55% | 0.92% | - |
| XYZ | 48.72 | 31.49 | 54.55 | - |
| YUV | 153.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 105 | 194 | 0 | 0.55 | 0.17 | 0.08 | 318.6 | 0.75 | 0.66 |
| Hex | EA | 69 | C2 | 0 | 37 | 11 | 8 | 13F | 4B | 42 |
| Octal | 352 | 151 | 302 | 0 | 67 | 21 | 10 | 477 | 113 | 102 |
| Binary | 11101010 | 1101001 | 11000010 | 0 | 110111 | 10001 | 1000 | 100111111 | 1001011 | 1000010 |
Color Harmonies of #EA69C2
Complementary color
Monochromatic Colors of #EA69C2
Black with #EA69C2
Text Example
Text Example
White with #EA69C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA69C2; }
p { color: rgb(234,105,194); }
H1.HeaderClassName
{
color: #EA69C2;
}
.AnyTagClassName
{
color: #EA69C2;
}
</style>
background-color css
<style>
a { background-color: #EA69C2; }
a { background-color: rgb(234,105,194); }
div.DivClassName
{
background-color: #EA69C2;
}
.BgClassName
{
background-color: #EA69C2;
}
</style>
border-color css
<style>
span { border-color: #EA69C2; }
span { border-color: rgb(234,105,194); }
td.TdClassName
{
border-color: #EA69C2;
}
.TagClassName
{
border-color: #EA69C2;
}
</style>