Html Css Color HEX #EF93C5 Shocking

📋 copy color: '#EF93C5'

red 239 ◦ green 147 ◦ blue 197

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

Shades of Shocking #EF93C5

Tints of Shocking #EF93C5

RGB

 RED value IS 239 (93.75% from 255) = 40.99%

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

 BLUE value IS 197 (77.34% from 255) = 33.79%

R = 40.99%
G = 25.21%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF93C5 (or 0xEF93C5) is known color: Shocking. HEX triplet: EF, 93 and C5. RGB value is (239,147,197). Sum of RGB (Red+Green+Blue) = 239+147+197=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93C5 is #106C3A. Grayscale: #B4B4B4. Windows color (decimal): -1076283 or 12948463. OLE color: 12948463.

HSL color Cylindrical-coordinate representation of color #EF93C5: hue angle of 327.39º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF93C5 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 147 197 -
CMYK 0 0.38 0.18 0.06
HSL 327.39º 0.74% 0.76% -
HSV(B) 327.39º 0.38% 0.94% -
XYZ 56.11 43.25 58.21 -
YUV 180.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 239 147 197 0 0.38 0.18 0.06 327.39 0.74 0.76
Hex EF 93 C5 0 26 12 6 147 4A 4C
Octal 357 223 305 0 46 22 6 507 112 114
Binary 11101111 10010011 11000101 0 100110 10010 110 101000111 1001010 1001100

Color Harmonies of #EF93C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF93C5

Black with #EF93C5

Text Example


Text Example

White with #EF93C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF93C5; }

 p { color: rgb(239,147,197); }

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

background-color css

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

 a { background-color: rgb(239,147,197); }

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

border-color css

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

 span { border-color: rgb(239,147,197); }

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