Html Css Color HEX #FE0EBA Shocking Pink

📋 copy color: '#FE0EBA'

red 254 ◦ green 14 ◦ blue 186

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

Shades of Shocking Pink #FE0EBA

Tints of Shocking Pink #FE0EBA

RGB

 RED value IS 254 (99.61% from 255) = 55.95%

 GREEN value IS 14 (5.86% from 255) = 3.08%

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 55.95%
G = 3.08%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE0EBA (or 0xFE0EBA) is known color: Shocking Pink. HEX triplet: FE, 0E and BA. RGB value is (254,14,186). Sum of RGB (Red+Green+Blue) = 254+14+186=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0EBA is #01F145. Grayscale: #686868. Windows color (decimal): -127302 or 12193534. OLE color: 12193534.

HSL color Cylindrical-coordinate representation of color #FE0EBA: hue angle of 317º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0EBA is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 14 186 -
CMYK 0 0.94 0.27 0.00
HSL 317º 0.99% 0.53% -
HSV(B) 317º 0.94% 1% -
XYZ 49.89 24.93 48.64 -
YUV 105.37 173.51 234.01 -
System Red Green Blue C M Y K H S L
Decimal 254 14 186 0 0.94 0.27 0.00 317 0.99 0.53
Hex FE E BA 0 5E 1B 0 13D 63 35
Octal 376 16 272 0 136 33 0 475 143 65
Binary 11111110 1110 10111010 0 1011110 11011 0 100111101 1100011 110101

Color Harmonies of #FE0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0EBA

Black with #FE0EBA

Text Example


Text Example

White with #FE0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0EBA; }

 p { color: rgb(254,14,186); }

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

background-color css

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

 a { background-color: rgb(254,14,186); }

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

border-color css

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

 span { border-color: rgb(254,14,186); }

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