Html Css Color HEX #EE93CB Shocking

📋 copy color: '#EE93CB'

red 238 ◦ green 147 ◦ blue 203

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

Shades of Shocking #EE93CB

Tints of Shocking #EE93CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25%

 BLUE value IS 203 (79.69% from 255) = 34.52%

R = 40.48%
G = 25%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE93CB (or 0xEE93CB) is known color: Shocking. HEX triplet: EE, 93 and CB. RGB value is (238,147,203). Sum of RGB (Red+Green+Blue) = 238+147+203=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EE93CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE93CB is #116C34. Grayscale: #B4B4B4. Windows color (decimal): -1141813 or 13341678. OLE color: 13341678.

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

Color convert

RGB 238 147 203 -
CMYK 0 0.38 0.15 0.07
HSL 323.08º 0.73% 0.75% -
HSV(B) 323.08º 0.38% 0.93% -
XYZ 56.47 43.36 61.89 -
YUV 180.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 238 147 203 0 0.38 0.15 0.07 323.08 0.73 0.75
Hex EE 93 CB 0 26 F 7 143 49 4B
Octal 356 223 313 0 46 17 7 503 111 113
Binary 11101110 10010011 11001011 0 100110 1111 111 101000011 1001001 1001011

Color Harmonies of #EE93CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE93CB

Black with #EE93CB

Text Example


Text Example

White with #EE93CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE93CB; }

 p { color: rgb(238,147,203); }

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

background-color css

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

 a { background-color: rgb(238,147,203); }

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

border-color css

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

 span { border-color: rgb(238,147,203); }

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