Html Css Color HEX #EF93CE Shocking

📋 copy color: '#EF93CE'

red 239 ◦ green 147 ◦ blue 206

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

Shades of Shocking #EF93CE

Tints of Shocking #EF93CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.8%

R = 40.37%
G = 24.83%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF93CE (or 0xEF93CE) is known color: Shocking. HEX triplet: EF, 93 and CE. RGB value is (239,147,206). Sum of RGB (Red+Green+Blue) = 239+147+206=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93CE is #106C31. Grayscale: #B5B5B5. Windows color (decimal): -1076274 or 13538287. OLE color: 13538287.

HSL color Cylindrical-coordinate representation of color #EF93CE: hue angle of 321.52º 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 #EF93CE is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 147 206 -
CMYK 0 0.38 0.14 0.06
HSL 321.52º 0.74% 0.76% -
HSV(B) 321.52º 0.38% 0.94% -
XYZ 57.17 43.67 63.81 -
YUV 181.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 239 147 206 0 0.38 0.14 0.06 321.52 0.74 0.76
Hex EF 93 CE 0 26 E 6 142 4A 4C
Octal 357 223 316 0 46 16 6 502 112 114
Binary 11101111 10010011 11001110 0 100110 1110 110 101000010 1001010 1001100

Color Harmonies of #EF93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF93CE

Black with #EF93CE

Text Example


Text Example

White with #EF93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF93CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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