Html Css Color HEX #EE90BE Shocking

📋 copy color: '#EE90BE'

red 238 ◦ green 144 ◦ blue 190

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

Shades of Shocking #EE90BE

Tints of Shocking #EE90BE

RGB

 RED value IS 238 (93.36% from 255) = 41.61%

 GREEN value IS 144 (56.64% from 255) = 25.17%

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

R = 41.61%
G = 25.17%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE90BE (or 0xEE90BE) is known color: Shocking. HEX triplet: EE, 90 and BE. RGB value is (238,144,190). Sum of RGB (Red+Green+Blue) = 238+144+190=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE90BE is #116F41. Grayscale: #B1B1B1. Windows color (decimal): -1142594 or 12488942. OLE color: 12488942.

HSL color Cylindrical-coordinate representation of color #EE90BE: hue angle of 330.64º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE90BE is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 144 190 -
CMYK 0 0.39 0.20 0.07
HSL 330.64º 0.73% 0.75% -
HSV(B) 330.64º 0.39% 0.93% -
XYZ 54.53 41.84 53.92 -
YUV 177.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 238 144 190 0 0.39 0.20 0.07 330.64 0.73 0.75
Hex EE 90 BE 0 27 14 7 14B 49 4B
Octal 356 220 276 0 47 24 7 513 111 113
Binary 11101110 10010000 10111110 0 100111 10100 111 101001011 1001001 1001011

Color Harmonies of #EE90BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE90BE

Black with #EE90BE

Text Example


Text Example

White with #EE90BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE90BE; }

 p { color: rgb(238,144,190); }

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

background-color css

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

 a { background-color: rgb(238,144,190); }

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

border-color css

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

 span { border-color: rgb(238,144,190); }

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