Html Css Color HEX #E90CBE Shocking Pink

📋 copy color: '#E90CBE'

red 233 ◦ green 12 ◦ blue 190

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

Shades of Shocking Pink #E90CBE

Tints of Shocking Pink #E90CBE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.76%

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 53.56%
G = 2.76%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E90CBE (or 0xE90CBE) is known color: Shocking Pink. HEX triplet: E9, 0C and BE. RGB value is (233,12,190). Sum of RGB (Red+Green+Blue) = 233+12+190=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E90CBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90CBE is #16F341. Grayscale: #616161. Windows color (decimal): -1504066 or 12455145. OLE color: 12455145.

HSL color Cylindrical-coordinate representation of color #E90CBE: hue angle of 311.67º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90CBE is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 12 190 -
CMYK 0 0.95 0.18 0.09
HSL 311.67º 0.9% 0.48% -
HSV(B) 311.67º 0.95% 0.91% -
XYZ 43.03 21.3 50.56 -
YUV 98.37 179.72 224.03 -
System Red Green Blue C M Y K H S L
Decimal 233 12 190 0 0.95 0.18 0.09 311.67 0.9 0.48
Hex E9 C BE 0 5F 12 9 138 5A 30
Octal 351 14 276 0 137 22 11 470 132 60
Binary 11101001 1100 10111110 0 1011111 10010 1001 100111000 1011010 110000

Color Harmonies of #E90CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90CBE

Black with #E90CBE

Text Example


Text Example

White with #E90CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90CBE; }

 p { color: rgb(233,12,190); }

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

background-color css

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

 a { background-color: rgb(233,12,190); }

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

border-color css

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

 span { border-color: rgb(233,12,190); }

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