Html Css Color HEX #E90FC1 Shocking Pink

📋 copy color: '#E90FC1'

red 233 ◦ green 15 ◦ blue 193

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

Shades of Shocking Pink #E90FC1

Tints of Shocking Pink #E90FC1

RGB

 RED value IS 233 (91.41% from 255) = 52.83%

 GREEN value IS 15 (6.25% from 255) = 3.4%

 BLUE value IS 193 (75.78% from 255) = 43.76%

R = 52.83%
G = 3.4%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E90FC1 (or 0xE90FC1) is known color: Shocking Pink. HEX triplet: E9, 0F and C1. RGB value is (233,15,193). Sum of RGB (Red+Green+Blue) = 233+15+193=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90FC1 is #16F03E. Grayscale: #636363. Windows color (decimal): -1503295 or 12652521. OLE color: 12652521.

HSL color Cylindrical-coordinate representation of color #E90FC1: hue angle of 311.01º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90FC1 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 15 193 -
CMYK 0 0.94 0.17 0.09
HSL 311.01º 0.88% 0.49% -
HSV(B) 311.01º 0.94% 0.91% -
XYZ 43.4 21.52 52.32 -
YUV 100.47 180.22 222.53 -
System Red Green Blue C M Y K H S L
Decimal 233 15 193 0 0.94 0.17 0.09 311.01 0.88 0.49
Hex E9 F C1 0 5E 11 9 137 58 31
Octal 351 17 301 0 136 21 11 467 130 61
Binary 11101001 1111 11000001 0 1011110 10001 1001 100110111 1011000 110001

Color Harmonies of #E90FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90FC1

Black with #E90FC1

Text Example


Text Example

White with #E90FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90FC1; }

 p { color: rgb(233,15,193); }

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

background-color css

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

 a { background-color: rgb(233,15,193); }

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

border-color css

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

 span { border-color: rgb(233,15,193); }

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